]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/help-fns.el (help-display-function-type): Doc fix (bug#65288).
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Aug 2023 12:14:26 +0000 (15:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 21 Aug 2023 12:14:26 +0000 (15:14 +0300)
lisp/help-fns.el

index 11854680dc29fd34f4400c575ed9a76f51c4c3fa..99c464f8b2690bc91ac86183ecc38c4b73ee2bea 100644 (file)
@@ -153,7 +153,12 @@ edited even if this option is enabled."
   :version "28.1")
 
 (defcustom help-display-function-type t
-  "If non-nil, display the type of a function when available."
+  "Whether to display type specifiers of functions in \"*Help*\" buffers.
+
+The type specifier of a function is returned by `comp-function-type-spec',
+which see.  When this variable is non-nil, \\[describe-function] will \
+display the function's
+type specifier when available."
   :type 'boolean
   :group 'help
   :version "30.1")