emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100463: Update cl-loaddefs.el aga


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100463: Update cl-loaddefs.el again
Date: Thu, 10 Feb 2011 19:26:43 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100463
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Thu 2011-02-10 19:26:43 +0100
message:
  Update cl-loaddefs.el again
modified:
  lisp/emacs-lisp/cl-loaddefs.el
=== modified file 'lisp/emacs-lisp/cl-loaddefs.el'
--- a/lisp/emacs-lisp/cl-loaddefs.el    2011-02-10 11:07:15 +0000
+++ b/lisp/emacs-lisp/cl-loaddefs.el    2011-02-10 18:26:43 +0000
@@ -282,7 +282,7 @@
 ;;;;;;  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" 
"fd4df570f1dcbf83cde740819ae3734a")
+;;;;;;  defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" 
"75e86ac663887b54bf1778f2dd028463")
 ;;; Generated autoloads from cl-macs.el
 
 (autoload 'gensym "cl-macs" "\
@@ -389,7 +389,7 @@
 
 (autoload 'return-from "cl-macs" "\
 Return from the block named NAME.
-This jump out to the innermost enclosing `(block NAME ...)' form,
+This jumps out to the innermost enclosing `(block NAME ...)' form,
 returning RESULT from that form (or nil if RESULT is omitted).
 This is compatible with Common Lisp, but note that `defun' and
 `defmacro' do not create implicit blocks as they do in Common Lisp.


reply via email to

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