]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Nov 2018 20:14:49 +0000 (16:14 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Nov 2018 20:14:49 +0000 (16:14 -0400)
lisp/help-fns.el

index ec46a479ed8ab213271f0eee5df185b98ff246e4..7979ef3328a3e80556d6e99d2d49b4546a4d7638 100644 (file)
@@ -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))