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
1f64403f
Commit
1f64403f
authored
Jan 12, 1996
by
Erik Naggum
Browse files
(apropos-print): Fix previous change to mouse message.
parent
dba06815
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/apropos.el
lisp/apropos.el
+2
-2
No files found.
lisp/apropos.el
View file @
1f64403f
...
...
@@ -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"
))
...
...
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