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).
\(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))