diff options
| author | Daniel Nagy <danielnagy@posteo.de> | 2021-08-22 15:37:23 +0200 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2021-10-20 23:25:59 -0700 |
| commit | 8df39c15d290cd499ef261de868191d3fc84f75a (patch) | |
| tree | 680341bb77a29443efdbc2f82a684df15d010693 | |
| parent | 7e4b1f0d5572a4e2b8ee7a9b084ef863d0315a73 (diff) | |
Change "compiled" to "byte-compiled"
With the introduction of native compilation, this change makes the
distinction between it and byte-compilation clearer.
https://akrl.sdf.org/gccemacs.html
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1898,7 +1898,7 @@ OBJ may be a symbol or a compiled function object." 'info-node "(elisp)Autoload")) (compiled-button (helpful--button - "compiled" + "byte-compiled" 'helpful-info-button 'info-node "(elisp)Byte Compilation")) (native-compiled-button |
