Clarify autotype.texi text slightly

* doc/misc/autotype.texi (Autoinserting): Make text slightly
clearer (bug#56118).
This commit is contained in:
Earl Hyatt 2022-06-21 12:52:28 +02:00 committed by Lars Ingebrigtsen
parent 2eb738f2b8
commit 137539c125

View file

@ -276,7 +276,7 @@ empty file is visited. This is accomplished by putting
What gets inserted, if anything, is determined by the variable What gets inserted, if anything, is determined by the variable
@code{auto-insert-alist}. The @sc{car}s of this list are each either @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 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 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 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 be cons cells consisting of mode name or regexp as above and an