emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ccb35fb: Mention describe-symbol in cl-defstruct docstring


From: Stefan Kangas
Subject: master ccb35fb: Mention describe-symbol in cl-defstruct docstring
Date: Tue, 28 Sep 2021 12:39:38 -0400 (EDT)

branch: master
commit ccb35fb8fb9de5f069fd0103f24e3048d716febc
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Mention describe-symbol in cl-defstruct docstring
    
    * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Mention 'describe-symbol'
    in docstring.
---
 lisp/emacs-lisp/cl-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 74210ac..527720c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]