From: Lars Magne Ingebrigtsen Date: Fri, 15 Jul 2011 16:01:18 +0000 (+0200) Subject: * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node. X-Git-Tag: emacs-pretest-24.0.90~104^2~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbc44fcd08d1105e2aa4de567d40814f6b668053;p=emacs.git * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node. --- 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))