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:
parent
f0c1de75e1
commit
308a5ff0f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue