Mercurial > hg > xemacs-beta
diff lisp/apropos.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 4711e16a8e49 |
children | 8626e4521993 |
line wrap: on
line diff
--- a/lisp/apropos.el Mon Aug 13 11:01:58 2007 +0200 +++ b/lisp/apropos.el Mon Aug 13 11:03:08 2007 +0200 @@ -377,7 +377,7 @@ (defun apropos-documentation-check-doc-file () (let (type symbol (sepa 2) sepb beg end) - (insert ?\^_) + (princ ?\^_) (backward-char) (insert-file-contents (concat doc-directory internal-doc-file-name)) (forward-char)