Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3787cf2c
Commit
3787cf2c
authored
Jan 09, 1996
by
Karl Heuer
Browse files
(apropos-print): Fix message about mouse command.
parent
0aa97803
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/apropos.el
lisp/apropos.el
+2
-1
No files found.
lisp/apropos.el
View file @
3787cf2c
...
@@ -445,7 +445,8 @@ found."
...
@@ -445,7 +445,8 @@ found."
(
apropos-mode
)
(
apropos-mode
)
(
if
window-system
(
if
window-system
(
insert
(
substitute-command-keys
(
insert
(
substitute-command-keys
"Click \\[apropos-mouse-follow] to get full documentation.\n"
)))
"If you move the mouse over text that changes color,\n"
"you can click \\[apropos-mouse-follow] to get more information.\n"
)))
(
insert
(
substitute-command-keys
(
insert
(
substitute-command-keys
"In this buffer, type \\[apropos-follow] to get full documentation.\n\n"
))
"In this buffer, type \\[apropos-follow] to get full documentation.\n\n"
))
(
while
(
consp
p
)
(
while
(
consp
p
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment