mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 08:00:48 -08:00
(apropos-print): Fix previous change to mouse message.
This commit is contained in:
parent
dba06815c9
commit
1f64403f13
1 changed files with 2 additions and 2 deletions
|
|
@ -444,8 +444,8 @@ found."
|
|||
(set-buffer standard-output)
|
||||
(apropos-mode)
|
||||
(if window-system
|
||||
(insert (substitute-command-keys
|
||||
"If you move the mouse over text that changes color,\n"
|
||||
(insert "If you move the mouse over text that changes color,\n"
|
||||
(substitute-command-keys
|
||||
"you can click \\[apropos-mouse-follow] to get more information.\n")))
|
||||
(insert (substitute-command-keys
|
||||
"In this buffer, type \\[apropos-follow] to get full documentation.\n\n"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue