]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 16:01:18 +0000 (18:01 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 16:01:18 +0000 (18:01 +0200)
lisp/ChangeLog
lisp/emacs-lisp/cl-macs.el

index 36d6cebc878ee47f9742c35bbdf5921821ed0c8e..e15843f136d67a6ac1e41001077a882818c57bd5 100644 (file)
@@ -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).
index 4f9e0e8b70a3e8d9adcb106d38ba142008b6ce37..5b6d08472f13b722f5310ddec3221478f5edfa2c 100644 (file)
@@ -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))