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
d94d5b5a
Commit
d94d5b5a
authored
Sep 28, 2001
by
Eli Zaretskii
Browse files
(apropos-print): Make the directions inserted at the
beginning of the *Apropos* buffer more clear.
parent
cd653311
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/apropos.el
lisp/apropos.el
+6
-4
No files found.
lisp/ChangeLog
View file @
d94d5b5a
2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
* apropos.el (apropos-print): Make the directions inserted at the
beginning of the *Apropos* buffer more clear.
2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
...
...
lisp/apropos.el
View file @
d94d5b5a
...
...
@@ -517,11 +517,13 @@ alphabetically by symbol name; but this function also sets
(
set-buffer
standard-output
)
(
apropos-mode
)
(
if
(
display-mouse-p
)
(
insert
"If
you move
the mouse over text
that
changes color,\n"
(
insert
"If
moving
the mouse over text changes
the text's
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"
))
"you can click \\[apropos-mouse-follow] on that text to get more information.\n"
)))
(
insert
"In this buffer, go to the name of the command, or function"
" or variable,\n"
(
substitute-command-keys
"and type \\[apropos-follow] to get full documentation.\n\n"
))
(
while
(
consp
p
)
(
or
(
not
spacing
)
(
bobp
)
(
terpri
))
(
setq
apropos-item
(
car
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