diff options
| author | Phil Sainty | 2019-07-13 23:58:14 +1200 |
|---|---|---|
| committer | Phil Sainty | 2019-07-13 23:58:14 +1200 |
| commit | c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65 (patch) | |
| tree | c2d5192f3a6d9ea51b50db682790c75bb29f8b28 | |
| parent | adf8e24cde256375dd5098e0197a84282dc00bc9 (diff) | |
| download | emacs-c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65.tar.gz emacs-c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65.zip | |
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo
| -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 ef78cfa62ef..c665282b8ca 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el | |||
| @@ -2722,7 +2722,7 @@ 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 | It's DOC-STRING is optional. | 2725 | Its DOC-STRING is optional. |
| 2726 | 2726 | ||
| 2727 | \(fn NAME &optional DOCSTRING &rest SLOTS)" | 2727 | \(fn NAME &optional DOCSTRING &rest SLOTS)" |
| 2728 | (declare (doc-string 2) (indent 1) | 2728 | (declare (doc-string 2) (indent 1) |