Improve the documentation of documentation groups
* doc/lispref/help.texi (Documentation Groups): Fix typos and add an example. * lisp/emacs-lisp/shortdoc.el (define-short-documentation-group): Add :no-eval* and :result-string keywords to the docstring. (Bug#48730)
This commit is contained in:
parent
b0d01982e2
commit
1230651ffd
2 changed files with 16 additions and 4 deletions
|
@ -60,8 +60,10 @@ FUNCTIONS is a list of elements on the form:
|
|||
:args ARGS
|
||||
:eval EXAMPLE-FORM
|
||||
:no-eval EXAMPLE-FORM
|
||||
:no-eval* EXAMPLE-FORM
|
||||
:no-value EXAMPLE-FORM
|
||||
:result RESULT-FORM
|
||||
:result-string RESULT-FORM
|
||||
:eg-result RESULT-FORM
|
||||
:eg-result-string RESULT-FORM)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue