]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/modes.texi (Choosing Modes): Add index entries.
authorEli Zaretskii <eliz@gnu.org>
Thu, 19 Jan 2023 14:15:13 +0000 (16:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 19 Jan 2023 14:15:13 +0000 (16:15 +0200)
doc/emacs/modes.texi

index 06f9929092cdc911d3a58c4c7cd7a1538526f00b..0e4b15fb514eefab2b3da727459581bbcd88416e 100644 (file)
@@ -429,8 +429,11 @@ For example, one element normally found in the list has the form
 @code{(@t{"\\.c\\'"} . c-mode)}, and it is responsible for selecting C
 mode for files whose names end in @file{.c}.  (Note that @samp{\\} is
 needed in Lisp syntax to include a @samp{\} in the string, which must
-be used to suppress the special meaning of @samp{.} in regexps.)  If
-the element has the form @w{@code{(@var{regexp} @var{mode-function}
+be used to suppress the special meaning of @samp{.} in regexps.)
+
+@cindex backup files, choosing a major mode
+@cindex encrypted files, choosing a major mode
+If the element has the form @w{@code{(@var{regexp} @var{mode-function}
 @var{flag})}} and @var{flag} is non-@code{nil}, then after calling
 @var{mode-function} (if it is non-@code{nil}), Emacs discards the
 suffix that matched @var{regexp} and searches the list again for