aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/woman.el
diff options
context:
space:
mode:
authorDeepak Goel <[email protected]>2005-09-18 12:25:02 +0000
committerDeepak Goel <[email protected]>2005-09-18 12:25:02 +0000
commit8a26c16552f49f7a61e1e338952110b59e5b2664 (patch)
tree573b8698befa710db88672563a1714bbed3e0f0a /lisp/woman.el
parentbe9bb408d2f2e063cc4606cbaa04912a45719efe (diff)
Message format spec fixes (1)
Diffstat (limited to 'lisp/woman.el')
-rw-r--r--lisp/woman.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index 9b7bce889b..315a0a3bbe 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -1926,7 +1926,7 @@ Optional argument REDRAW, if non-nil, forces mode line to be updated."
;; Output the result:
(and (apropos-print t nil)
message
- (message message))))
+ (message "%s" message))))
(defun WoMan-getpage-in-background (topic)