diff options
| -rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index c665282b8ca..4347b4b71bf 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el | |||
| @@ -2722,8 +2722,6 @@ pairs for that slot. | |||
| 2722 | Currently, only one keyword is supported, `:read-only'. If this has a | 2722 | Currently, only one keyword is supported, `:read-only'. If this has a |
| 2723 | non-nil value, that slot cannot be set via `setf'. | 2723 | non-nil value, that slot cannot be set via `setf'. |
| 2724 | 2724 | ||
| 2725 | Its DOC-STRING is optional. | ||
| 2726 | |||
| 2727 | \(fn NAME &optional DOCSTRING &rest SLOTS)" | 2725 | \(fn NAME &optional DOCSTRING &rest SLOTS)" |
| 2728 | (declare (doc-string 2) (indent 1) | 2726 | (declare (doc-string 2) (indent 1) |
| 2729 | (debug | 2727 | (debug |