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 r100454: * lisp/emacs-lisp/cl-macs


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100454: * lisp/emacs-lisp/cl-macs.el (return-from): Fix doc typo.
Date: Sat, 05 Feb 2011 14:03:44 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100454
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-02-05 14:03:44 -0800
message:
  * lisp/emacs-lisp/cl-macs.el (return-from): Fix doc typo.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/cl-macs.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-04 03:23:55 +0000
+++ b/lisp/ChangeLog    2011-02-05 22:03:44 +0000
@@ -1,3 +1,7 @@
+2011-02-05  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
+
 2011-02-04  Glenn Morris  <address@hidden>
 
        * calendar/diary-lib.el (diary-font-lock-keywords):

=== modified file 'lisp/emacs-lisp/cl-macs.el'
--- a/lisp/emacs-lisp/cl-macs.el        2011-01-02 23:50:46 +0000
+++ b/lisp/emacs-lisp/cl-macs.el        2011-02-05 22:03:44 +0000
@@ -622,7 +622,7 @@
 ;;;###autoload
 (defmacro return-from (name &optional result)
   "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]