emacs-diffs
[Top][All Lists]
Advanced

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

master c1530a2e497: ; * lisp/help-fns.el (help-fns-function-name): Doc f


From: Eli Zaretskii
Subject: master c1530a2e497: ; * lisp/help-fns.el (help-fns-function-name): Doc fix.
Date: Fri, 22 Mar 2024 03:54:55 -0400 (EDT)

branch: master
commit c1530a2e4973005633ebe00d447f1f3aa1200301
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/help-fns.el (help-fns-function-name): Doc fix.
---
 lisp/help-fns.el | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 422f6e9dddf..638af81ded8 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -2465,7 +2465,14 @@ one of them returns non-nil."
 
 ;;;###autoload
 (defun help-fns-function-name (function)
-  "Return a short string representing FUNCTION."
+  "Return a short buttonized string representing FUNCTION.
+The string is propertized with a button; clicking on that
+provides further details about FUNCTION.
+FUNCTION can be a function, a built-in, a keyboard macro,
+or a compile function.
+This function is intended to be used to display various
+callable symbols in buffers in a way that allows the user
+to find out more details about the symbols."
   ;; FIXME: For kmacros, should we print the key-sequence?
   (cond
    ((symbolp function)



reply via email to

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