diff options
| author | Eli Zaretskii | 2024-07-08 14:48:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-08 14:48:25 +0300 |
| commit | c193a702dc21b1f106dd2d0dd0bf52e1973bf9c9 (patch) | |
| tree | 0a5c7e8ca9ff5cdffc25129bca43d08ec3501c6b /doc | |
| parent | 6ebc5d5c27854a7041014fdb7b248b873379befc (diff) | |
| download | emacs-c193a702dc21b1f106dd2d0dd0bf52e1973bf9c9.tar.gz emacs-c193a702dc21b1f106dd2d0dd0bf52e1973bf9c9.zip | |
; Improve a recent change to the documentation
* lisp/emacs-lisp/comp.el (native-comp-debug):
* doc/lispref/compile.texi (Native-Compilation Variables): Improve
wording.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/compile.texi | 4 |
1 files changed, 2 insertions, 2 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 | |||
| 1025 | @file{libgccjit} log file. | 1025 | @file{libgccjit} log file. |
| 1026 | @end table | 1026 | @end table |
| 1027 | 1027 | ||
| 1028 | When generated the pseudo C code is deposed in the .eln output | 1028 | When generated, the pseudo-C code is deposited in the same directory |
| 1029 | directory. | 1029 | as the corresponding @file{.eln} file. |
| 1030 | @end defopt | 1030 | @end defopt |
| 1031 | 1031 | ||
| 1032 | @defopt native-comp-verbose | 1032 | @defopt native-comp-verbose |