diff options
| author | Lars Ingebrigtsen | 2019-07-13 14:27:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-13 14:27:36 +0200 |
| commit | 67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb (patch) | |
| tree | 50a8ae6ae387062fa705a74fe4d08d802487d0bb | |
| parent | c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65 (diff) | |
| download | emacs-67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb.tar.gz emacs-67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb.zip | |
Fix cl-defstruct doc string fix
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Remove sentence from
doc string that was left in by mistake when fixing the arglist
documentation.
| -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 |