mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table
This commit is contained in:
parent
ef183b996c
commit
aee434c3e0
@ -1141,7 +1141,7 @@ current buffer and the selected frame, respectively."
|
||||
(format
|
||||
"Describe symbol (default %s): " v-or-f)
|
||||
"Describe symbol: ")
|
||||
obarray
|
||||
#'help--symbol-completion-table
|
||||
(lambda (vv)
|
||||
(cl-some (lambda (x) (funcall (nth 1 x) vv))
|
||||
describe-symbol-backends))
|
||||
|
Loading…
Reference in New Issue
Block a user