projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f185c
)
(apropos-command): Revert previous change (variable assignment, not
author
Glenn Morris
<rgm@gnu.org>
Thu, 6 Dec 2007 03:59:38 +0000
(
03:59
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 6 Dec 2007 03:59:38 +0000
(
03:59
+0000)
function call).
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index f9720e1bcdb52cae4510623ce229e8392f89c542..9fddf0103fbe75dfe56603c87c1014785d4ac5d7 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-449,7
+449,7
@@
while a list of strings is used as a word list."
"command or function" "command"))
current-prefix-arg))
(apropos-parse-pattern pattern)
- (let ((message
"%s"
+ (let ((message
(let ((standard-output (get-buffer-create "*Apropos*")))
(print-help-return-message 'identity))))
(or do-all (setq do-all apropos-do-all))