emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107557: Minor change of wording in E


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107557: Minor change of wording in ELisp manual's "Autoloading" node.
Date: Sat, 10 Mar 2012 11:30:21 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107557
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-03-10 11:30:21 +0200
message:
  Minor change of wording in ELisp manual's "Autoloading" node.
  
   doc/lispref/eval.texi (Autoloading): Minor change of wording.
modified:
  doc/lispref/ChangeLog
  doc/lispref/eval.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-03-10 04:00:13 +0000
+++ b/doc/lispref/ChangeLog     2012-03-10 09:30:21 +0000
@@ -1,3 +1,7 @@
+2012-03-10  Eli Zaretskii  <address@hidden>
+
+       * eval.texi (Autoloading): Minor change of wording.
+
 2012-03-10  Chong Yidong  <address@hidden>
 
        * loading.texi (Autoload): Explicitly state which forms are

=== modified file 'doc/lispref/eval.texi'
--- a/doc/lispref/eval.texi     2012-02-05 06:44:47 +0000
+++ b/doc/lispref/eval.texi     2012-03-10 09:30:21 +0000
@@ -521,8 +521,10 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]