]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/loading.texi (Autoload): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 19 Jun 2013 03:45:10 +0000 (20:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 19 Jun 2013 03:45:10 +0000 (20:45 -0700)
doc/lispref/ChangeLog
doc/lispref/loading.texi

index 8b1bfa6be40482ca940336a69c71e517d06db4ff..b851b869ed44e81db9f66e928ecef4a3c3ed6320 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-19  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Autoload): Fix typo.
+
 2013-06-12  Glenn Morris  <rgm@gnu.org>
 
        * variables.texi (Lexical Binding): Fix typo.
index 8c2c8498a5c34b9f03d2bdc4692d60162552a3ab..060e3b813a9c784ffd2ea1ae71116e1647c668a1 100644 (file)
@@ -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