emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110663: Auto-commit of loaddefs file


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110663: Auto-commit of loaddefs files.
Date: Thu, 25 Oct 2012 06:17:47 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110663
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-10-25 06:17:47 -0400
message:
  Auto-commit of loaddefs files.
modified:
  lisp/emacs-lisp/cl-loaddefs.el
=== modified file 'lisp/emacs-lisp/cl-loaddefs.el'
--- a/lisp/emacs-lisp/cl-loaddefs.el    2012-10-09 06:01:10 +0000
+++ b/lisp/emacs-lisp/cl-loaddefs.el    2012-10-25 10:17:47 +0000
@@ -260,7 +260,7 @@
 ;;;;;;  cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when
 ;;;;;;  cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp
 ;;;;;;  cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*)
-;;;;;;  "cl-macs" "cl-macs.el" "885919e79dbcd11081cfb2e039b470c7")
+;;;;;;  "cl-macs" "cl-macs.el" "366e9efa4e3e7a81b2253e503611b23a")
 ;;; Generated autoloads from cl-macs.el
 
 (autoload 'cl--compiler-macro-list* "cl-macs" "\
@@ -485,7 +485,7 @@
 Bind SYMBOLS to VALUES dynamically in BODY.
 The forms SYMBOLS and VALUES are evaluated, and must evaluate to lists.
 Each symbol in the first list is bound to the corresponding value in the
-second list (or made unbound if VALUES is shorter than SYMBOLS); then the
+second list (or to nil if VALUES is shorter than SYMBOLS); then the
 BODY forms are executed and their result is returned.  This is much like
 a `let' form, except that the list of symbols can be computed at run-time.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]