lisp/help-fns.el: Fix mistake in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Apr 2011 22:33:12 +0000 (00:33 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Apr 2011 22:33:12 +0000 (00:33 +0200)
lisp/help-fns.el

index 0876b34..206a9af 100644 (file)
@@ -636,7 +636,7 @@ it is displayed along with the global value."
                                obarray
                                (lambda (vv)
                                   (or (get vv 'variable-documentation)
-                                      (not (keywordp vv))))
+                                      (and (boundp vv) (not (keywordp vv)))))
                                t nil nil
                                (if (symbolp v) (symbol-name v))))
      (list (if (equal val "")