]> git.eshelyaron.com Git - emacs.git/commitdiff
(declare-function): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2008 04:12:45 +0000 (04:12 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2008 04:12:45 +0000 (04:12 +0000)
lisp/ChangeLog
lisp/subr.el

index c1f23d1740cdf23ac054ae645f4df1749e5dde52..9d30d7c3d731569d75dd189927be4dcbde81de65 100644 (file)
@@ -1,5 +1,7 @@
 2008-12-13  Glenn Morris  <rgm@gnu.org>
 
+       * subr.el (declare-function): Doc fix.
+
        * font-core.el (font-lock-defaults): Doc fix: mention levels;
        refer to elisp manual.
 
index d3160ef239e86bc47e96168bea375eaa3edeb6db..67284c8753b864085b805dcb3c2d6d0e33b578df 100644 (file)
@@ -68,7 +68,7 @@ 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))
 
-For more information, see Info node `elisp(Declaring Functions)'."
+For more information, see Info node `(elisp)Declaring Functions'."
   ;; Does nothing - byte-compile-declare-function does the work.
   nil)