]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 23 Oct 2021 13:21:33 +0000 (15:21 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 23 Oct 2021 13:21:33 +0000 (15:21 +0200)
* doc/emacs/cmdargs.texi:
* etc/DEBUG:
* etc/NEWS: Fix typos.

doc/emacs/cmdargs.texi
etc/DEBUG
etc/NEWS

index d5177faea9934ac4d7bf0310b90512e66c7b8b14..687a5caf7125eb6ed8bddd51beee73d9fe9a3129 100644 (file)
@@ -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}
index a1c06342605ff77a017fd0dc88019f93ab5b4024..555370588feee6bbb8e22d480d7c6d469493b3d2 100644 (file)
--- 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.
index 4942a35b7baf0d34a6ba430815524750d947d5a8..7f9797e1fa9f20e4aeb6288fefed47fa566f65e1 100644 (file)
--- 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