Minor change of wording in ELisp manual's "Autoloading" node.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Mar 2012 09:30:21 +0000 (11:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Mar 2012 09:30:21 +0000 (11:30 +0200)
 doc/lispref/eval.texi (Autoloading): Minor change of wording.

doc/lispref/ChangeLog
doc/lispref/eval.texi

index 5823334..06d5c54 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * eval.texi (Autoloading): Minor change of wording.
+
 2012-03-10  Chong Yidong  <cyd@gnu.org>
 
        * loading.texi (Autoload): Explicitly state which forms are
index cb3a4c5..429d999 100644 (file)
@@ -521,8 +521,10 @@ values).@refill
 whose function definition has not yet been loaded into Emacs.  It
 specifies which file contains the definition.  When an autoload object
 appears as a symbol's function definition, calling that symbol as a
-function automatically loads the specified file; then it calls the real
-definition loaded from that file.  @xref{Autoload}.
+function automatically loads the specified file; then it calls the
+real definition loaded from that file.  The way to arrange for an
+autoload object to appear as a symbol's function definition is
+described in @ref{Autoload}.
 
 @node Quoting
 @section Quoting