Mercurial > hg > xemacs-beta
diff lisp/apropos.el @ 357:4711e16a8e49 r21-1-8
Import from CVS: tag r21-1-8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:04 +0200 |
parents | 558f606b08ae |
children | cc15677e0335 |
line wrap: on
line diff
--- a/lisp/apropos.el Mon Aug 13 10:56:23 2007 +0200 +++ b/lisp/apropos.el Mon Aug 13 10:57:04 2007 +0200 @@ -377,7 +377,7 @@ (defun apropos-documentation-check-doc-file () (let (type symbol (sepa 2) sepb beg end) - (princ ?\^_) + (insert ?\^_) (backward-char) (insert-file-contents (concat doc-directory internal-doc-file-name)) (forward-char)