]> git.eshelyaron.com Git - emacs.git/commitdiff
Drop sneaky apropos reference
authorEshel Yaron <me@eshelyaron.com>
Thu, 16 Jan 2025 08:45:44 +0000 (09:45 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 16 Jan 2025 08:46:09 +0000 (09:46 +0100)
lisp/wid-edit.el

index bccc26f1cac71d78df93f1d9c9096500f16551a8..7a84d6fe2ffc67cd054d7291bec623930cfbbffa 100644 (file)
@@ -3142,9 +3142,6 @@ The following properties have special meanings for this widget:
   (let* ((string (widget-get widget :value))
         (symbol (intern string)))
     (cond
-     ((and (fboundp symbol) (boundp symbol))
-      ;; If there are two doc strings, give the user a way to pick one.
-      (apropos (concat "\\`" (regexp-quote string) "\\'")))
      ((fboundp symbol)
       (describe-function symbol))
      ((facep symbol)