emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/apropos.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el,v
Date: Sat, 30 Aug 2008 03:25:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/08/30 03:25:51

Index: apropos.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/apropos.el,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- apropos.el  31 Jul 2008 22:15:18 -0000      1.131
+++ apropos.el  30 Aug 2008 03:25:50 -0000      1.132
@@ -489,7 +489,7 @@
                   (setq score (apropos-score-symbol symbol))
                   (unless var-predicate
                     (if (fboundp symbol)
-                        (if (setq doc (documentation symbol t))
+                        (if (setq doc (ignore-errors (documentation symbol t)))
                             (progn
                               (setq score (+ score (apropos-score-doc doc)))
                               (substring doc 0 (string-match "\n" doc)))




reply via email to

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