mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
Fix typos
* doc/emacs/cmdargs.texi: * etc/DEBUG: * etc/NEWS: Fix typos.
This commit is contained in:
parent
8c5fbd712b
commit
1e8be48738
3 changed files with 3 additions and 3 deletions
|
|
@ -268,7 +268,7 @@ system call unless otherwise requested.
|
||||||
|
|
||||||
@vindex backtrace-on-error-noninteractive
|
@vindex backtrace-on-error-noninteractive
|
||||||
Errors that occur when running a @samp{--batch} Emacs will result in
|
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}.
|
@code{backtrace-on-error-noninteractive} to @code{nil}.
|
||||||
|
|
||||||
@item --script @var{file}
|
@item --script @var{file}
|
||||||
|
|
|
||||||
|
|
@ -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,
|
If you cannot figure out the cause for the problem using the above,
|
||||||
native-compile the problematic file after setting the variable
|
native-compile the problematic file after setting the variable
|
||||||
'comp-libgccjit-reproducer' to a non-nil value. That should produce a
|
'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
|
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
|
.eln file is produced. Then attach that reproducer C file to your bug
|
||||||
report.
|
report.
|
||||||
|
|
|
||||||
2
etc/NEWS
2
etc/NEWS
|
|
@ -3239,7 +3239,7 @@ batch mode.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** New mode 'repeat-mode' to allow shorter key sequences.
|
** 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'
|
'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
|
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
|
resize the selected window interactively, 'M-g n n p p' to navigate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue