From: Eshel Yaron Date: Thu, 16 Jan 2025 08:45:44 +0000 (+0100) Subject: Drop sneaky apropos reference X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63702a350b50032b1359eacb1b101edb60db38e6;p=emacs.git Drop sneaky apropos reference --- diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index bccc26f1cac..7a84d6fe2ff 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -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)