diff options
author | Earl Hyatt <okamsn@protonmail.com> | 2022-06-21 12:52:28 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-21 12:52:36 +0200 |
commit | 137539c1250a62dd9952a3fd5451d00d76ab42a9 (patch) | |
tree | 9956979deb078bcbe67fe274c23045893cc51a94 | |
parent | 2eb738f2b8a3948b590ac7a6640f317a5cb12918 (diff) | |
download | emacs-137539c1250a62dd9952a3fd5451d00d76ab42a9.tar.gz emacs-137539c1250a62dd9952a3fd5451d00d76ab42a9.tar.bz2 emacs-137539c1250a62dd9952a3fd5451d00d76ab42a9.zip |
Clarify autotype.texi text slightly
* doc/misc/autotype.texi (Autoinserting): Make text slightly
clearer (bug#56118).
-rw-r--r-- | doc/misc/autotype.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi index a3b0f16df9c..a880642ac37 100644 --- a/doc/misc/autotype.texi +++ b/doc/misc/autotype.texi @@ -276,7 +276,7 @@ empty file is visited. This is accomplished by putting What gets inserted, if anything, is determined by the variable @code{auto-insert-alist}. The @sc{car}s of this list are each either a mode name, making an element applicable when a buffer is in that -mode. Or they can be a string, which is a regexp matched against the +mode, or they can be a string, which is a regexp matched against the buffer's file name. In that way different kinds of files that have the same mode in Emacs can be distinguished. The @sc{car}s may also be cons cells consisting of mode name or regexp as above and an |