diff lisp/subr.el @ 100388:a7231893cd7a

(declare-function): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Dec 2008 04:12:45 +0000
parents 9e18920d7076
children 5478b71d59c6
line wrap: on
line diff
--- a/lisp/subr.el	Sat Dec 13 04:12:08 2008 +0000
+++ b/lisp/subr.el	Sat Dec 13 04:12:45 2008 +0000
@@ -68,7 +68,7 @@
 \(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)