* 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 8b1bfa6..b851b86 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 8c2c849..060e3b8 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