aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help-fns.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 0876b34d3ed..206a9af3a90 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -636,7 +636,7 @@ it is displayed along with the global value."
636 obarray 636 obarray
637 (lambda (vv) 637 (lambda (vv)
638 (or (get vv 'variable-documentation) 638 (or (get vv 'variable-documentation)
639 (not (keywordp vv)))) 639 (and (boundp vv) (not (keywordp vv)))))
640 t nil nil 640 t nil nil
641 (if (symbolp v) (symbol-name v)))) 641 (if (symbolp v) (symbol-name v))))
642 (list (if (equal val "") 642 (list (if (equal val "")