diff options
author | Glenn Morris <rgm@gnu.org> | 2013-06-23 23:58:52 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-06-23 23:58:52 -0700 |
commit | f99f7826a0303f7a40864571be7cbf84f3d4ee62 (patch) | |
tree | a6e4ca5768d6053deb6ff992e2235be791d9fb59 /doc/lispref/loading.texi | |
parent | 6c3e2c3de5ee118c8a8da180945ca63c059649e9 (diff) | |
parent | 9dc3215fab2989509ce14e6eb7c1d616d2c7c5b3 (diff) | |
download | emacs-f99f7826a0303f7a40864571be7cbf84f3d4ee62.tar.gz |
Merge from emacs-24; up to 2012-12-29T06:14:00Z!cyd@gnu.org
Diffstat (limited to 'doc/lispref/loading.texi')
-rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 4c0f0d73e41..dab8e8d1255 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -461,7 +461,7 @@ and calls @code{define-key}; not even if the variable name is the same symbol @var{function}. @cindex function cell in autoload -if @var{function} already has non-void function definition that is not +If @var{function} already has a non-void function definition that is not an autoload object, this function does nothing and returns @code{nil}. Otherwise, it constructs an autoload object (@pxref{Autoload Type}), and stores it as the function definition for @var{function}. The |