Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
306a5e68
Commit
306a5e68
authored
Apr 22, 1998
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(help-mode-map): Add S-tab, like backtab.
parent
31354c30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/help.el
lisp/help.el
+1
-0
No files found.
lisp/help.el
View file @
306a5e68
...
...
@@ -96,6 +96,7 @@
(
define-key
help-mode-map
"\C-c\C-c"
'help-follow
)
(
define-key
help-mode-map
"\t"
'help-next-ref
)
(
define-key
help-mode-map
[backtab]
'help-previous-ref
)
(
define-key
help-mode-map
[
(
shift
tab
)
]
'help-previous-ref
)
;; Documentation only, since we use minor-mode-overriding-map-alist.
(
define-key
help-mode-map
"\r"
'help-follow
)
...
...
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