diff options
author | Andrea Corallo <acorallo@gnu.org> | 2024-07-08 11:05:29 +0200 |
---|---|---|
committer | Andrea Corallo <acorallo@gnu.org> | 2024-07-08 11:06:35 +0200 |
commit | 76683853905e73c3f40151f28a8ac7772f2dcec3 (patch) | |
tree | efa588a0dc5e6185b696aadc2236ee785355cc78 /lisp/emacs-lisp/comp.el | |
parent | 67f291ddae31cc4623fd93280b141ee8611f3f5a (diff) | |
download | emacs-76683853905e73c3f40151f28a8ac7772f2dcec3.tar.gz emacs-76683853905e73c3f40151f28a8ac7772f2dcec3.tar.bz2 emacs-76683853905e73c3f40151f28a8ac7772f2dcec3.zip |
; Improve 'native-comp-debug' documentation
* lisp/emacs-lisp/comp.el (native-comp-debug): Improve doc.
* doc/lispref/compile.texi (Native-Compilation Variables): Likewise.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 2844e89c661..15079903a03 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -75,7 +75,9 @@ This is intended for debugging the compiler itself. 1 emit debug symbols. 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." + passes and libgccjit log file. +When generated the pseudo C code is deposed in the .eln output +directory." :type 'natnum :safe #'natnump :version "29.1") |