aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-08-22 15:37:23 +0200
committerWilfred Hughes <me@wilfred.me.uk>2021-10-20 23:25:59 -0700
commit8df39c15d290cd499ef261de868191d3fc84f75a (patch)
tree680341bb77a29443efdbc2f82a684df15d010693
parent7e4b1f0d5572a4e2b8ee7a9b084ef863d0315a73 (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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 991f552..b811811 100644
--- a/helpful.el
+++ b/helpful.el
@@ -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