; 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:
parent
6ebc5d5c27
commit
c193a702dc
2 changed files with 4 additions and 4 deletions
|
@ -1025,8 +1025,8 @@ Like 2, and in addition dump the GCC intermediate passes and
|
|||
@file{libgccjit} log file.
|
||||
@end table
|
||||
|
||||
When generated the pseudo C code is deposed in the .eln output
|
||||
directory.
|
||||
When generated, the pseudo-C code is deposited in the same directory
|
||||
as the corresponding @file{.eln} file.
|
||||
@end defopt
|
||||
|
||||
@defopt native-comp-verbose
|
||||
|
|
|
@ -76,8 +76,8 @@ This is intended for debugging the compiler itself.
|
|||
2 emit debug symbols and dump pseudo C code.
|
||||
3 emit debug symbols and dump: pseudo C code, GCC intermediate
|
||||
passes and libgccjit log file.
|
||||
When generated the pseudo C code is deposed in the .eln output
|
||||
directory."
|
||||
When generated, the pseudo C code is deposited in the same directory
|
||||
as the corresponding .eln file."
|
||||
:type 'natnum
|
||||
:safe #'natnump
|
||||
:version "29.1")
|
||||
|
|
Loading…
Add table
Reference in a new issue