From 8df39c15d290cd499ef261de868191d3fc84f75a Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Sun, 22 Aug 2021 15:37:23 +0200 Subject: 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 --- helpful.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0