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
eccfba6e
Commit
eccfba6e
authored
Mar 07, 2005
by
Kim F. Storm
Browse files
(apropos-print): Omit command from M-x ... RET.
parent
2f8cd1ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
lisp/apropos.el
lisp/apropos.el
+6
-7
No files found.
lisp/apropos.el
View file @
eccfba6e
...
@@ -860,13 +860,12 @@ If non-nil TEXT is a string that will be printed as a heading."
...
@@ -860,13 +860,12 @@ If non-nil TEXT is a string that will be printed as a heading."
key
))
key
))
key
)
key
)
item
", "
))
item
", "
))
(
insert
"M-x"
)
(
insert
"M-x ... RET"
)
(
put-text-property
(
-
(
point
)
3
)
(
point
)
(
when
apropos-keybinding-face
'face
apropos-keybinding-face
)
(
put-text-property
(
-
(
point
)
11
)
(
-
(
point
)
8
)
(
insert
" "
(
symbol-name
symbol
)
" "
)
'face
apropos-keybinding-face
)
(
insert
"RET"
)
(
put-text-property
(
-
(
point
)
3
)
(
point
)
(
put-text-property
(
-
(
point
)
3
)
(
point
)
'face
apropos-keybinding-face
))))
'face
apropos-keybinding-face
)))
(
terpri
)
(
terpri
)
(
apropos-print-doc
2
(
apropos-print-doc
2
(
if
(
commandp
symbol
)
(
if
(
commandp
symbol
)
...
...
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