From dbc44fcd08d1105e2aa4de567d40814f6b668053 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 15 Jul 2011 18:01:18 +0200 Subject: * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node. --- lisp/emacs-lisp/cl-macs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') 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)) -- cgit v1.2.3