comparison lisp/apropos.el @ 14150:1d9ae58b9e91

(apropos-print): Fix previous change to mouse message.
author Erik Naggum <erik@naggum.no>
date Fri, 12 Jan 1996 01:51:05 +0000
parents e61c666cef56
children 83f275dcd93a
comparison
equal deleted inserted replaced
14149:0d67df27dc2a 14150:1d9ae58b9e91
442 (old-buffer (current-buffer)) 442 (old-buffer (current-buffer))
443 symbol item point1 point2) 443 symbol item point1 point2)
444 (set-buffer standard-output) 444 (set-buffer standard-output)
445 (apropos-mode) 445 (apropos-mode)
446 (if window-system 446 (if window-system
447 (insert (substitute-command-keys 447 (insert "If you move the mouse over text that changes color,\n"
448 "If you move the mouse over text that changes color,\n" 448 (substitute-command-keys
449 "you can click \\[apropos-mouse-follow] to get more information.\n"))) 449 "you can click \\[apropos-mouse-follow] to get more information.\n")))
450 (insert (substitute-command-keys 450 (insert (substitute-command-keys
451 "In this buffer, type \\[apropos-follow] to get full documentation.\n\n")) 451 "In this buffer, type \\[apropos-follow] to get full documentation.\n\n"))
452 (while (consp p) 452 (while (consp p)
453 (or (not spacing) (bobp) (terpri)) 453 (or (not spacing) (bobp) (terpri))