diff options
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") |