From 310a820fc02595b3062b559655d526b3f9fb7db1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Mar 2012 11:30:21 +0200 Subject: [PATCH] Minor change of wording in ELisp manual's "Autoloading" node. doc/lispref/eval.texi (Autoloading): Minor change of wording. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/eval.texi | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 5823334f86..06d5c54187 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-03-10 Eli Zaretskii + + * eval.texi (Autoloading): Minor change of wording. + 2012-03-10 Chong Yidong * loading.texi (Autoload): Explicitly state which forms are diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index cb3a4c54fa..429d999a2c 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi @@ -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 -- 2.20.1