comparison lisp/apropos.el @ 39491:1f81f55f4241

(apropos-print): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 28 Sep 2001 06:18:36 +0000
parents 464552acc8a0
children 7edeec63e660
comparison
equal deleted inserted replaced
39490:dc32771fc38b 39491:1f81f55f4241
518 (apropos-mode) 518 (apropos-mode)
519 (if (display-mouse-p) 519 (if (display-mouse-p)
520 (insert "If moving the mouse over text changes the text's color,\n" 520 (insert "If moving the mouse over text changes the text's color,\n"
521 (substitute-command-keys 521 (substitute-command-keys
522 "you can click \\[apropos-mouse-follow] on that text to get more information.\n"))) 522 "you can click \\[apropos-mouse-follow] on that text to get more information.\n")))
523 (insert "In this buffer, go to the name of the command, or function" 523 (insert "In this buffer, go to the name of the command, or function,"
524 " or variable,\n" 524 " or variable,\n"
525 (substitute-command-keys 525 (substitute-command-keys
526 "and type \\[apropos-follow] to get full documentation.\n\n")) 526 "and type \\[apropos-follow] to get full documentation.\n\n"))
527 (while (consp p) 527 (while (consp p)
528 (or (not spacing) (bobp) (terpri)) 528 (or (not spacing) (bobp) (terpri))