Distinguish between describe-symbol and the Info for symbol
This commit is contained in:
parent
13b930e6ee
commit
324ccce619
1 changed files with 7 additions and 6 deletions
|
@ -1027,8 +1027,9 @@ Since I tweaked the help menu, I craft my own menu:
|
|||
"h k" '("key binding" . describe-key)
|
||||
"h K" '("key map" . describe-keymap)
|
||||
"h m" '("mode" . describe-mode)
|
||||
"h o" '("symbol" . describe-symbol)
|
||||
"h p" '("package" . describe-package)
|
||||
"h s" '("symbol" . info-lookup-symbol)
|
||||
"h s" '("info symbol" . info-lookup-symbol)
|
||||
"h v" '("variable" . describe-variable)
|
||||
"h i" '("info" . info)
|
||||
"h I" '("info manual" . info-display-manual)
|
||||
|
|
Loading…
Reference in a new issue