From dbc44fcd08d1105e2aa4de567d40814f6b668053 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 15 Jul 2011 18:01:18 +0200 Subject: [PATCH] * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node. --- lisp/ChangeLog | 2 ++ lisp/emacs-lisp/cl-macs.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36d6cebc878..e15843f136d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-07-15 Lars Magne Ingebrigtsen + * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node. + * info.el (Info-beginning-of-buffer): New command. (Info-mode-map): Use it instead of `beginning-of-buffer' to allow announcing `b' as the key (bug#8325). diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 4f9e0e8b70a..5b6d08472f1 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -1606,7 +1606,8 @@ For instance \(declare (warn 0)) -will turn off byte-compile warnings in the function." +will turn off byte-compile warnings in the function. +See Info node `(cl)Declarations' for details." (if (cl-compiling-file) (while specs (if (listp cl-declare-stack) (push (car specs) cl-declare-stack)) -- 2.39.2