comparison lisp/woman.el @ 65582:4d1085b02d64

Message format spec fixes (1)
author Deepak Goel <deego@gnufans.org>
date Sun, 18 Sep 2005 12:25:02 +0000
parents 25502a355957
children ed770a0a7846 fa0da9b57058
comparison
equal deleted inserted replaced
65581:fd1833c3398a 65582:4d1085b02d64
1924 (substring doc 0 (string-match "\n" doc)))))) 1924 (substring doc 0 (string-match "\n" doc))))))
1925 (setq p (cdr p)))) 1925 (setq p (cdr p))))
1926 ;; Output the result: 1926 ;; Output the result:
1927 (and (apropos-print t nil) 1927 (and (apropos-print t nil)
1928 message 1928 message
1929 (message message)))) 1929 (message "%s" message))))
1930 1930
1931 1931
1932 (defun WoMan-getpage-in-background (topic) 1932 (defun WoMan-getpage-in-background (topic)
1933 "Use TOPIC to start WoMan from `Man-follow-manual-reference'." 1933 "Use TOPIC to start WoMan from `Man-follow-manual-reference'."
1934 ;; topic is a string, generally of the form "section topic" 1934 ;; topic is a string, generally of the form "section topic"