]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve a recent change to the documentation
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 Jul 2024 11:48:25 +0000 (14:48 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:49:42 +0000 (19:49 +0200)
* lisp/emacs-lisp/comp.el (native-comp-debug):
* doc/lispref/compile.texi (Native-Compilation Variables): Improve
wording.

(cherry picked from commit c193a702dc21b1f106dd2d0dd0bf52e1973bf9c9)

doc/lispref/compile.texi
lisp/emacs-lisp/comp.el

index 6ca97e0dc4fd9ed0266ddec52a95ed42943d391b..65442dd8d191ebcc2a4699e378ddce7904468fbe 100644 (file)
@@ -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
index 15079903a03d379d775bbcdb28ec7661c6936ff2..947fb06e602ff627fcfc87878738274c7da129e9 100644 (file)
@@ -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")