From 83031738b555dde8f1e6cc6e80d7f46329c5e820 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 13 Dec 2008 04:12:45 +0000 Subject: [PATCH] (declare-function): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/subr.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1f23d1740c..9d30d7c3d73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-12-13 Glenn Morris + * subr.el (declare-function): Doc fix. + * font-core.el (font-lock-defaults): Doc fix: mention levels; refer to elisp manual. diff --git a/lisp/subr.el b/lisp/subr.el index d3160ef239e..67284c8753b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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) -- 2.39.2