From: Michael Albinus Date: Sat, 23 Oct 2021 13:21:33 +0000 (+0200) Subject: Fix typos X-Git-Tag: emacs-28.0.90~201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e8be48738;p=emacs.git Fix typos * doc/emacs/cmdargs.texi: * etc/DEBUG: * etc/NEWS: Fix typos. --- diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index d5177faea99..687a5caf712 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 a1c06342605..555370588fe 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 4942a35b7ba..7f9797e1fa9 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