; Improve a recent change to the documentation

* lisp/emacs-lisp/comp.el (native-comp-debug):
* doc/lispref/compile.texi (Native-Compilation Variables): Improve
wording.
This commit is contained in:
Eli Zaretskii 2024-07-08 14:48:25 +03:00
parent 6ebc5d5c27
commit c193a702dc
2 changed files with 4 additions and 4 deletions

View file

@ -1025,8 +1025,8 @@ Like 2, and in addition dump the GCC intermediate passes and
@file{libgccjit} log file. @file{libgccjit} log file.
@end table @end table
When generated the pseudo C code is deposed in the .eln output When generated, the pseudo-C code is deposited in the same directory
directory. as the corresponding @file{.eln} file.
@end defopt @end defopt
@defopt native-comp-verbose @defopt native-comp-verbose

View file

@ -76,8 +76,8 @@ This is intended for debugging the compiler itself.
2 emit debug symbols and dump pseudo C code. 2 emit debug symbols and dump pseudo C code.
3 emit debug symbols and dump: pseudo C code, GCC intermediate 3 emit debug symbols and dump: pseudo C code, GCC intermediate
passes and libgccjit log file. passes and libgccjit log file.
When generated the pseudo C code is deposed in the .eln output When generated, the pseudo C code is deposited in the same directory
directory." as the corresponding .eln file."
:type 'natnum :type 'natnum
:safe #'natnump :safe #'natnump
:version "29.1") :version "29.1")