1
Fork 0
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:
Eli Zaretskii 2020-09-30 16:56:08 +03:00
parent b7224f9629
commit ed99a1eb89
2 changed files with 3 additions and 1 deletions

View file

@ -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.