emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 137539c125: Clarify autotype.texi text slightly


From: Lars Ingebrigtsen
Subject: emacs-28 137539c125: Clarify autotype.texi text slightly
Date: Tue, 21 Jun 2022 06:52:43 -0400 (EDT)

branch: emacs-28
commit 137539c1250a62dd9952a3fd5451d00d76ab42a9
Author: Earl Hyatt <okamsn@protonmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify autotype.texi text slightly
    
    * doc/misc/autotype.texi (Autoinserting): Make text slightly
    clearer (bug#56118).
---
 doc/misc/autotype.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index a3b0f16df9..a880642ac3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]