summaryrefslogtreecommitdiff
path: root/lisp/help-at-pt.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-03-23 07:39:56 +0000
committerJuri Linkov <juri@jurta.org>2004-03-23 07:39:56 +0000
commitf561ff53ca9d49f4a2f2b2d549eef7f8b2d3f736 (patch)
tree6d7ffcebe8354dad9c0e35a5a01626a211a6041e /lisp/help-at-pt.el
parent999bd52a27e1c8d6e8088158dfae06574e115009 (diff)
downloademacs-f561ff53ca9d49f4a2f2b2d549eef7f8b2d3f736.tar.gz
Move suggestions for key bindings to Commentary.
Diffstat (limited to 'lisp/help-at-pt.el')
-rw-r--r--lisp/help-at-pt.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el
index 67a0af20359..ad1f2b3a96a 100644
--- a/lisp/help-at-pt.el
+++ b/lisp/help-at-pt.el
@@ -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 @@ different regions. With numeric argument ARG, behaves like
(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