1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

(srecode-macro-help): Use cl--class-docstring

* lisp/cedet/srecode/srt-mode.el (srecode-macro-help): Don't
rely on `variable-documentation`.
This commit is contained in:
Stefan Monnier 2025-04-06 23:24:30 -04:00
parent f0c1de75e1
commit 308a5ff0f8

View file

@ -276,7 +276,7 @@ we can tell font lock about them.")
(prin1 (format "%c" key))
)))
(terpri)
(princ (documentation-property C 'variable-documentation))
(princ (cl--class-docstring (cl--find-class C)))
(terpri)
(when showexample
(princ "Example:")