emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Thu, 10 Nov 2005 03:04:07 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.79 emacs/lisp/help-fns.el:1.80
*** emacs/lisp/help-fns.el:1.79 Mon Oct 31 17:06:00 2005
--- emacs/lisp/help-fns.el      Thu Nov 10 08:04:07 2005
***************
*** 496,502 ****
                                    (format
                                     "Describe variable (default %s): " v)
                                  "Describe variable: ")
!                               obarray 'boundp t nil nil
                                (if (symbolp v) (symbol-name v))))
       (list (if (equal val "")
               v (intern val)))))
--- 496,506 ----
                                    (format
                                     "Describe variable (default %s): " v)
                                  "Describe variable: ")
!                               obarray
!                               '(lambda (vv)
!                                  (or (boundp vv)
!                                      (get vv 'variable-documentation)))
!                               t nil nil
                                (if (symbolp v) (symbol-name v))))
       (list (if (equal val "")
               v (intern val)))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]