emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110786: * lisp/emacs-lisp/gv.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110786: * lisp/emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
Date: Mon, 05 Nov 2012 20:36:44 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110786
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-11-05 20:36:44 -0500
message:
  * lisp/emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/gv.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-05 08:29:12 +0000
+++ b/lisp/ChangeLog    2012-11-06 01:36:44 +0000
@@ -1,3 +1,7 @@
+2012-11-06  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
+
 2012-11-05  Glenn Morris  <address@hidden>
 
        * emacs-lisp/cl-extra.el (cl-prettyexpand):

=== modified file 'lisp/emacs-lisp/gv.el'
--- a/lisp/emacs-lisp/gv.el     2012-10-18 12:56:10 +0000
+++ b/lisp/emacs-lisp/gv.el     2012-11-06 01:36:44 +0000
@@ -194,7 +194,7 @@
 Assignments of VAL to (NAME ARGS...) are expanded by binding the argument
 forms (VAL ARGS...) according to ARGLIST, then executing BODY, which must
 return a Lisp form that does the assignment.
-The first arg in ARLIST (the one that receives VAL) receives an expression
+The first arg in ARGLIST (the one that receives VAL) receives an expression
 which can do arbitrary things, whereas the other arguments are all guaranteed
 to be pure and copyable.  Example use:
   (gv-define-setter aref (v a i) `(aset ,a ,i ,v))"


reply via email to

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