diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-21 07:24:26 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-21 07:24:26 +0000 |
commit | d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch) | |
tree | c63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/apropos.el | |
parent | a8ab722f607b850b8dba6eb17674df18861f73d6 (diff) | |
download | emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz |
Use help-print-return-message rather than the now obsolete alias.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 8a2f5d789a8..ca9be2f36f8 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -466,7 +466,7 @@ while a list of strings is used as a word list." (apropos-parse-pattern pattern) (let ((message (let ((standard-output (get-buffer-create "*Apropos*"))) - (print-help-return-message 'identity)))) + (help-print-return-message 'identity)))) (or do-all (setq do-all apropos-do-all)) (setq apropos-accumulator (apropos-internal apropos-regexp |