emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 7268295 2/5: * Fix function description message for


From: Andrea Corallo
Subject: feature/native-comp 7268295 2/5: * Fix function description message for native compiled lisp functions
Date: Sun, 4 Oct 2020 13:54:33 -0400 (EDT)

branch: feature/native-comp
commit 72682958683174b5133b09fd9ac256727e4d88a7
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Fix function description message for native compiled lisp functions
    
        * lisp/help-fns.el (help-fns-function-description-header): Fix
        message.
---
 lisp/help-fns.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 9fee156..8287fab 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -737,7 +737,7 @@ Returns a list of the form (REAL-FUNCTION DEF ALIASED 
REAL-DEF)."
                 (aliased
                  (format-message "an alias for `%s'" real-def))
                  ((subr-native-elisp-p def)
-                  "native compiled Lisp function")
+                  (concat beg "native compiled Lisp function"))
                 ((subrp def)
                  (concat beg (if (eq 'unevalled (cdr (subr-arity def)))
                                  "special form"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]