diff options
| -rw-r--r-- | lisp/emacs-lisp/gv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el index bdd15748206..3ab69436088 100644 --- a/lisp/emacs-lisp/gv.el +++ b/lisp/emacs-lisp/gv.el | |||
| @@ -214,7 +214,7 @@ The first arg in ARGLIST (the one that receives VAL) receives an expression | |||
| 214 | which can do arbitrary things, whereas the other arguments are all guaranteed | 214 | which can do arbitrary things, whereas the other arguments are all guaranteed |
| 215 | to be pure and copyable. Example use: | 215 | to be pure and copyable. Example use: |
| 216 | (gv-define-setter aref (v a i) \\=`(aset ,a ,i ,v))" | 216 | (gv-define-setter aref (v a i) \\=`(aset ,a ,i ,v))" |
| 217 | (declare (indent 2) (debug (&define name sexp body))) | 217 | (declare (indent 2) (debug (&define name sexp def-body))) |
| 218 | `(gv-define-expander ,name | 218 | `(gv-define-expander ,name |
| 219 | (lambda (do &rest args) | 219 | (lambda (do &rest args) |
| 220 | (declare-function | 220 | (declare-function |