comparison lisp/woman.el @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents 10fe5fadaf89 4d1085b02d64
children ee12d75eb214
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
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"