emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 1e8be48 2/2: Fix typos


From: Michael Albinus
Subject: emacs-28 1e8be48 2/2: Fix typos
Date: Sat, 23 Oct 2021 09:21:47 -0400 (EDT)

branch: emacs-28
commit 1e8be48738e1324edb9891ff6f7077bd1306cdd7
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix typos
    
    * doc/emacs/cmdargs.texi:
    * etc/DEBUG:
    * etc/NEWS: Fix typos.
---
 doc/emacs/cmdargs.texi | 2 +-
 etc/DEBUG              | 2 +-
 etc/NEWS               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi
index d5177fa..687a5ca 100644
--- a/doc/emacs/cmdargs.texi
+++ b/doc/emacs/cmdargs.texi
@@ -268,7 +268,7 @@ system call unless otherwise requested.
 
 @vindex backtrace-on-error-noninteractive
 Errors that occur when running a @samp{--batch} Emacs will result in
-an Emacs Lisp backtrace being printed.  To disable this behaviour, set
+an Emacs Lisp backtrace being printed.  To disable this behavior, set
 @code{backtrace-on-error-noninteractive} to @code{nil}.
 
 @item --script @var{file}
diff --git a/etc/DEBUG b/etc/DEBUG
index a1c0634..5553705 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -590,7 +590,7 @@ recommend to follow the procedure below to try to identify 
the cause:
 If you cannot figure out the cause for the problem using the above,
 native-compile the problematic file after setting the variable
 'comp-libgccjit-reproducer' to a non-nil value.  That should produce a
-file names ELNFILENAME_libgccjit_repro.c, where ELNFILENAME is the
+file named ELNFILENAME_libgccjit_repro.c, where ELNFILENAME is the
 name of the problematic .eln file, in the same directory where the
 .eln file is produced.  Then attach that reproducer C file to your bug
 report.
diff --git a/etc/NEWS b/etc/NEWS
index 4942a35..7f9797e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3239,7 +3239,7 @@ batch mode.
 
 +++
 ** New mode 'repeat-mode' to allow shorter key sequences.
-Type 'M-x repeat-mode RET' to enable this mode.  You can then type
+Type 'M-x repeat-mode' to enable this mode.  You can then type
 'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o'
 instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
 resize the selected window interactively, 'M-g n n p p' to navigate



reply via email to

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