Mercurial > hg > xemacs-beta
diff lisp/apropos.el @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | a5df635868b2 |
children | 576fb035e263 |
line wrap: on
line diff
--- a/lisp/apropos.el Mon Aug 13 11:33:40 2007 +0200 +++ b/lisp/apropos.el Mon Aug 13 11:35:02 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))