Mercurial > emacs
changeset 54524:d3e10b0b1a2e
Move suggestions for key bindings to Commentary.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 23 Mar 2004 07:39:56 +0000 |
parents | 21bd0a1f7d1a |
children | b928269daf24 |
files | lisp/help-at-pt.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-at-pt.el Tue Mar 23 07:39:35 2004 +0000 +++ b/lisp/help-at-pt.el Tue Mar 23 07:39:56 2004 +0000 @@ -40,6 +40,11 @@ ;; previous region with available local help and print the help found ;; there. ;; +;; Suggested key bindings: +;; +;; (global-set-key [C-tab] 'scan-buf-next-region) +;; (global-set-key [C-M-tab] 'scan-buf-previous-region) +;; ;; You do not have to do anything special to use the functionality ;; provided by this file, because all important functions autoload. @@ -346,11 +351,6 @@ (defvar help-at-pt-unload-hook '(help-at-pt-cancel-timer) "Normal hook run when `help-at-pt' is unloaded.") -;; Suggested key bindings: -;; -;; (global-set-key [C-tab] 'scan-buf-next-region) -;; (global-set-key [C-M-tab] 'scan-buf-previous-region) - (provide 'help-at-pt) ;;; arch-tag: d0b8b86d-d23f-45d0-a82d-208d6205a583