emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el,v
Date: Sat, 24 Nov 2007 03:09:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/24 03:09:45

Index: byte-run.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/byte-run.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- byte-run.el 22 Nov 2007 20:26:23 -0000      1.26
+++ byte-run.el 24 Nov 2007 03:09:45 -0000      1.27
@@ -123,7 +123,9 @@
 the end of FILE must be all on the same line.  For example:
 
 \(declare-function c-end-of-defun \"progmodes/cc-cmds.el\"
-                  \(&optional arg))"
+                  \(&optional arg))
+
+For more information, see Info node `elisp(Declaring Functions)'."
   ;; Does nothing - byte-compile-declare-function does the work.
   nil)
 




reply via email to

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