diff options
| -rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index a02fae391bc..92154855f3b 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el | |||
| @@ -2577,6 +2577,8 @@ values. Note that this macro is *not* available in Common Lisp. | |||
| 2577 | As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)', | 2577 | As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)', |
| 2578 | the PLACE is not modified before executing BODY. | 2578 | the PLACE is not modified before executing BODY. |
| 2579 | 2579 | ||
| 2580 | See info node `(cl) Function Bindings' for details. | ||
| 2581 | |||
| 2580 | \(fn ((PLACE VALUE) ...) BODY...)" | 2582 | \(fn ((PLACE VALUE) ...) BODY...)" |
| 2581 | (declare (indent 1) (debug ((&rest [&or (symbolp form) | 2583 | (declare (indent 1) (debug ((&rest [&or (symbolp form) |
| 2582 | (gate gv-place &optional form)]) | 2584 | (gate gv-place &optional form)]) |