Mercurial > hg > xemacs-beta
diff lisp/apropos.el @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/lisp/apropos.el Mon Aug 13 11:18:12 2007 +0200 +++ b/lisp/apropos.el Mon Aug 13 11:19:21 2007 +0200 @@ -377,7 +377,7 @@ ;; Finds all documentation related to APROPOS-REGEXP in internal-doc-file-name. (defun apropos-documentation-check-doc-file () - (let (type symbol (sepa 2) sepb beg end) + (let (type symbol (sepa 2) sepb beg end doc) (insert ?\^_) (backward-char) (insert-file-contents (concat doc-directory internal-doc-file-name))