diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/gv.el | 2 | 
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95c407fcdb7..9295f72a336 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-11-06  Glenn Morris  <rgm@gnu.org> + +	* emacs-lisp/gv.el (gv-define-setter): Fix doc typo. +  2012-11-05  Glenn Morris  <rgm@gnu.org>  	* emacs-lisp/cl-extra.el (cl-prettyexpand): diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el index d6c91539a90..3dd021f9e74 100644 --- a/lisp/emacs-lisp/gv.el +++ b/lisp/emacs-lisp/gv.el @@ -194,7 +194,7 @@ well for simple place forms.  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))"  | 
