diff options
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-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 74210ac6320..527720c6e8d 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2889,7 +2889,7 @@ Supported keywords for slots are: - `:type': the type of the field; currently only used for documentation. To see the documentation for a defined struct type, use -\\[cl-describe-type]. +\\[describe-symbol] or \\[cl-describe-type]. \(fn NAME &optional DOCSTRING &rest SLOTS)" (declare (doc-string 2) (indent 1) |