diff options
| -rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 0096e0aab3e..2ebb824e707 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el | |||
| @@ -2134,7 +2134,7 @@ Within the body FORMs, references to the variable NAME will be replaced | |||
| 2134 | by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...). | 2134 | by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...). |
| 2135 | 2135 | ||
| 2136 | \(fn ((NAME EXPANSION) ...) FORM...)" | 2136 | \(fn ((NAME EXPANSION) ...) FORM...)" |
| 2137 | (declare (indent 1) (debug ((&rest (symbol sexp)) cl-declarations body))) | 2137 | (declare (indent 1) (debug ((&rest (symbolp sexp)) cl-declarations body))) |
| 2138 | (cond | 2138 | (cond |
| 2139 | ((cdr bindings) | 2139 | ((cdr bindings) |
| 2140 | `(cl-symbol-macrolet (,(car bindings)) | 2140 | `(cl-symbol-macrolet (,(car bindings)) |