Fixed comments

Added clarification to the comments.
"go" should open in the same window and "gO" should open in a
different one.
There isn't a function that does this already so they are set to
`push-button' which acts context-wise.
This commit is contained in:
Maximiliano Sandoval 2018-01-28 16:40:37 -03:00 committed by James N
parent b97475cd4d
commit 3bde50bc21
1 changed files with 5 additions and 2 deletions

View File

@ -51,8 +51,11 @@
;; "\C-j" 'help-go-forward
;; "\C-k" 'help-go-back
"go" 'push-button ;; this should open in same window
"gO" 'push-button ;; this should open in another window
;; The following bindings don't do what they are supposed to. "go" should open
;; in the same window and "gO" should open in a different one.
"go" 'push-button
"gO" 'push-button
"g?" 'describe-mode
"gr" 'revert-buffer
"<" 'help-go-back