mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Minor fixes of recent changes
* lisp/emacs-lisp/generic.el (define-generic-mode): Fix typos. * etc/NEWS: Adjust an entry due to recent changes.
This commit is contained in:
parent
b7224f9629
commit
ed99a1eb89
2 changed files with 3 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ instead (which see).")
|
|||
"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
|
||||
comment syntax and Font Lock mode, but otherwise does not have
|
||||
any special keystrokes or functionality available.
|
||||
|
||||
MODE is the name of the command for the generic mode; don't quote it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue