From 63702a350b50032b1359eacb1b101edb60db38e6 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 16 Jan 2025 09:45:44 +0100 Subject: [PATCH] Drop sneaky apropos reference --- lisp/wid-edit.el | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.5