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
f587d7ac
Commit
f587d7ac
authored
Nov 21, 1995
by
Richard M. Stallman
Browse files
(apropos-print): Use apropos-local-map as buffer's map,
not as a text property.
parent
128a5b55
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 @
f587d7ac
...
...
@@ -432,6 +432,7 @@ found."
"Click \\<apropos-local-map>\\[apropos-mouse-follow] to get full documentation.\n"
)))
(
insert
(
substitute-command-keys
"In this buffer, type \\<apropos-local-map>\\[apropos-follow] to get full documentation.\n\n"
))
(
use-local-map
apropos-local-map
)
(
while
(
consp
p
)
(
or
(
not
spacing
)
(
bobp
)
(
terpri
))
(
setq
apropos-item
(
car
p
)
...
...
@@ -477,8 +478,7 @@ found."
(
apropos-print-doc
'describe-variable
2
"Variable"
do-keys
)
(
apropos-print-doc
'apropos-describe-plist
3
"Plist"
nil
))
(
put-text-property
1
(
point
)
'local-map
apropos-local-map
)))))
"Plist"
nil
))))))
(
prog1
apropos-accumulator
(
setq
apropos-accumulator
())))
; permit gc
...
...
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