diff options
Diffstat (limited to 'lisp/obsolete/cl.el')
-rw-r--r-- | lisp/obsolete/cl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/cl.el b/lisp/obsolete/cl.el index 1da4289b695..20bffffd781 100644 --- a/lisp/obsolete/cl.el +++ b/lisp/obsolete/cl.el @@ -509,7 +509,7 @@ This method shows how to handle `setf's to places of the form ARGLIST, as if NAME were going to be expanded as a macro, then the BODY forms are executed and must return a list of five elements: a temporary-variables list, a value-forms list, a store-variables list -\(of length one), a store-form, and an access- form. +\(of length one), a store-form, and an access-form. See `gv-define-expander', and `gv-define-setter' for better and simpler ways to define setf-methods." |