From 9704019e6f5edf8b682a9d9c36fad336387cdfe6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 8 Jul 2024 14:48:25 +0300 Subject: [PATCH] ; Improve a recent change to the documentation * 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 | 4 ++-- lisp/emacs-lisp/comp.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 6ca97e0dc4f..65442dd8d19 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -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 diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 15079903a03..947fb06e602 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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") -- 2.39.2