From: Glenn Morris Date: Wed, 19 Jun 2013 03:45:10 +0000 (-0700) Subject: * doc/lispref/loading.texi (Autoload): Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1943^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8b3825d3db5b05c858dff492ad43c096d63ee65;p=emacs.git * doc/lispref/loading.texi (Autoload): Fix typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8b1bfa6be40..b851b869ed4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-06-19 Glenn Morris + + * loading.texi (Autoload): Fix typo. + 2013-06-12 Glenn Morris * variables.texi (Lexical Binding): Fix typo. diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 8c2c8498a5c..060e3b813a9 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