diff options
author | Tassilo Horn <tsdh@gnu.org> | 2022-06-21 21:53:57 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2022-06-21 21:53:57 +0200 |
commit | 5e40c5a3beaccdea956abf9d0be0631cb7d2e1d2 (patch) | |
tree | fc1de9e0adcea01c1fee78376ad0a5b5a5a06781 /doc | |
parent | de30e8c0decf6b76beef332f19d3745ec162fc5b (diff) | |
parent | f3acc09377f98ae18653eb01c11c57b6449c83af (diff) | |
download | emacs-5e40c5a3beaccdea956abf9d0be0631cb7d2e1d2.tar.gz |
Merge from origin/emacs-28
f3acc09377 ; Revert "Use file-in-directory-p instead of obsolete dire...
5082d74cfd ; * lisp/recentf.el: Fix typo.
3f66e2a903 * lisp/repeat.el (repeat-mode): Fix message format.
137539c125 Clarify autotype.texi text slightly
Diffstat (limited to 'doc')
-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 |