aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl-loaddefs.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2011-07-15 19:21:57 +0200
committerLars Magne Ingebrigtsen <[email protected]>2011-07-15 19:21:57 +0200
commit7b41decb8ee56d61ace1637138a38b89bcf09eb4 (patch)
tree8c85fc9da44fe4e6c4334aab14091fef0f77f128 /lisp/emacs-lisp/cl-loaddefs.el
parentc65bca6520d8f3097b1c597381150fd2ffd0f886 (diff)
Add a variable to customize the gnutls priority
Diffstat (limited to 'lisp/emacs-lisp/cl-loaddefs.el')
-rw-r--r--lisp/emacs-lisp/cl-loaddefs.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el
index 1c766afc8d..f0c72a0b26 100644
--- a/lisp/emacs-lisp/cl-loaddefs.el
+++ b/lisp/emacs-lisp/cl-loaddefs.el
@@ -282,7 +282,7 @@ Not documented
;;;;;; flet progv psetq do-all-symbols do-symbols dotimes dolist
;;;;;; do* do loop return-from return block etypecase typecase ecase
;;;;;; case load-time-value eval-when destructuring-bind function*
-;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "dd99db1e96dff411cc5d484a639a1330")
+;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "2261724608e3223036b863d214f7dc0c")
;;; Generated autoloads from cl-macs.el
(autoload 'gensym "cl-macs" "\
@@ -541,12 +541,13 @@ values. For compatibility, (values A B C) is a synonym for (list A B C).
\(fn TYPE FORM)" nil (quote macro))
(autoload 'declare "cl-macs" "\
-Declare something about SPECS while compiling.
+Declare SPECS about the current function while compiling.
For instance
(declare (warn 0))
-will turn off byte-compile warnings.
+will turn off byte-compile warnings in the function.
+See Info node `(cl)Declarations' for details.
\(fn &rest SPECS)" nil (quote macro))