emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105718: * subr.el (eval-after-load):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105718: * subr.el (eval-after-load): Doc string clarification
Date: Sun, 11 Sep 2011 04:56:39 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105718
fixes bug(s): http://debbugs.gnu.org/9125
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-09-11 04:56:39 +0200
message:
  * subr.el (eval-after-load): Doc string clarification
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-11 02:31:21 +0000
+++ b/lisp/ChangeLog    2011-09-11 02:56:39 +0000
@@ -1,5 +1,7 @@
 2011-09-11  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * subr.el (eval-after-load): Doc string clarification (bug#9125).
+
        * image-mode.el (image-next-line): The line parameter is mandatory
        (bug#9258).
 

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2011-09-11 02:10:15 +0000
+++ b/lisp/subr.el      2011-09-11 02:56:39 +0000
@@ -1747,7 +1747,7 @@
 
 (put 'eval-after-load 'lisp-indent-function 1)
 (defun eval-after-load (file form)
-  "Arrange that, if FILE is ever loaded, FORM will be run at that time.
+  "Arrange that if FILE is loaded, FORM will be run immediately afterwards.
 If FILE is already loaded, evaluate FORM right now.
 
 If a matching file is loaded again, FORM will be evaluated again.


reply via email to

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