]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fixes of recent changes
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 Sep 2020 13:56:08 +0000 (16:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 Sep 2020 13:56:08 +0000 (16:56 +0300)
* lisp/emacs-lisp/generic.el (define-generic-mode): Fix typos.

* etc/NEWS: Adjust an entry due to recent changes.

etc/NEWS
lisp/emacs-lisp/generic.el

index 10b99f413b83198c70f7d7205f3a70fd5c149929..7be793e01a082413c359a89b1bb2d6a43fe5e78b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1086,6 +1086,8 @@ keystrokes.
 E.g., 'C-M-s foo-\([0-9]+\)' will now use the 'isearch-group-1' face
 on the part of the regexp that matches the sub-expression "[0-9]+".
 This is controlled by the 'search-highlight-submatches' user option.
+This feature is available only on terminals that have enough colors to
+distinguish between sub-expression highlighting.
 
 ---
 *** New user option 'reveal-auto-hide'.
index a9328a690364f755abce89fa44bd3a0ff14f8336..3bc6d021dc889aa3178746fffab3c60ae25789fd 100644 (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.