define-generic-mode doc string fix
* lisp/emacs-lisp/generic.el (define-generic-mode): Say what a generic mode is (bug#43713).
This commit is contained in:
parent
e608477da2
commit
fda8c53309
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,10 @@ instead (which see).")
|
|||
function-list &optional docstring)
|
||||
"Create a new generic mode MODE.
|
||||
|
||||
A \"generic\" mode is a simple major mode with basic support for
|
||||
comment syntax and Font Lock mode, but otherwise do not have a
|
||||
any special keystrokes or functionality available.
|
||||
|
||||
MODE is the name of the command for the generic mode; don't quote it.
|
||||
The optional DOCSTRING is the documentation for the mode command. If
|
||||
you do not supply it, `define-generic-mode' uses a default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue