summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-15 18:01:18 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-15 18:01:18 +0200
commitdbc44fcd08d1105e2aa4de567d40814f6b668053 (patch)
tree5bdd6a32057903e8b9ee7793ffb0e4edfd4be46d
parent89671e16b34f41fd4b56cf01f329bbed26c483f8 (diff)
downloademacs-dbc44fcd08d1105e2aa4de567d40814f6b668053.tar.gz
* emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/emacs-lisp/cl-macs.el3
2 files changed, 4 insertions, 1 deletions
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 <larsi@gnus.org>
+ * 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))