]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-command): Revert previous change (variable assignment, not
authorGlenn Morris <rgm@gnu.org>
Thu, 6 Dec 2007 03:59:38 +0000 (03:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 6 Dec 2007 03:59:38 +0000 (03:59 +0000)
function call).

lisp/apropos.el

index f9720e1bcdb52cae4510623ce229e8392f89c542..9fddf0103fbe75dfe56603c87c1014785d4ac5d7 100644 (file)
@@ -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))