From: Stefan Kangas Date: Tue, 28 Sep 2021 16:08:47 +0000 (+0200) Subject: Mention cl-describe-type in cl-defstruct docstring X-Git-Tag: emacs-28.0.90~545 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9611e9c7e34b8b8ca2a5a9bba1252f4d8392583;p=emacs.git Mention cl-describe-type in cl-defstruct docstring * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Mention 'cl-describe-type' in docstring. --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 4e0e323cfa1..74210ac6320 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2888,6 +2888,9 @@ Supported keywords for slots are: - `:documentation': this is a docstring describing the slot. - `:type': the type of the field; currently only used for documentation. +To see the documentation for a defined struct type, use +\\[cl-describe-type]. + \(fn NAME &optional DOCSTRING &rest SLOTS)" (declare (doc-string 2) (indent 1) (debug