mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; 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
|
|
@ -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
Add a link
Reference in a new issue