diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-09-30 09:09:39 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-09-30 09:09:39 +0200 |
commit | 6eb5a8c49295a132d341c04fad6998b293930eb6 (patch) | |
tree | 71d37047035c0ff17ba709cf68e7287e22c79c10 /lisp/emacs-lisp/generic.el | |
parent | 89f064104c25f8b4362ef54d28fd4bce18f6af3b (diff) | |
parent | 6c0f1c26d296132e37b2508a00efc73f3df95b0c (diff) | |
download | emacs-6eb5a8c49295a132d341c04fad6998b293930eb6.tar.gz emacs-6eb5a8c49295a132d341c04fad6998b293930eb6.tar.bz2 emacs-6eb5a8c49295a132d341c04fad6998b293930eb6.zip |
Merge remote-tracking branch 'savannah/master' into clean-up
Diffstat (limited to 'lisp/emacs-lisp/generic.el')
-rw-r--r-- | lisp/emacs-lisp/generic.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/generic.el b/lisp/emacs-lisp/generic.el index 06ef5800568..a9328a69036 100644 --- a/lisp/emacs-lisp/generic.el +++ b/lisp/emacs-lisp/generic.el @@ -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 |