summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2006-10-03 14:03:46 +0000
committerDavid Kastrup <dak@gnu.org>2006-10-03 14:03:46 +0000
commitf3b5dd74daf4f9f1d8869f454c319f71e67992d9 (patch)
tree9940a7bd2d0b1a2a8ccfbbf9d734258fcc9b60ca /lisp/help.el
parent54dd3310afa4bacd201ce9e126be49ede6aa3a36 (diff)
downloademacs-f3b5dd74daf4f9f1d8869f454c319f71e67992d9.tar.gz
* help.el (describe-mode): For clicks on mode-line, use "@"
interactive argument to get the major mode of the click instead of the current buffer. * isearch.el (isearch-mouse-2): Use new semantics of `key-binding' in order to better redirect mouse-2 clicks. Also allow default bindings to apply.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index b79e028b633..34b1a2fac61 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -764,7 +764,7 @@ descriptions of the minor modes, each on a separate page.
For this to work correctly for a minor mode, the mode's indicator
variable \(listed in `minor-mode-alist') must also be a function
whose documentation describes the minor mode."
- (interactive)
+ (interactive "@")
(unless buffer (setq buffer (current-buffer)))
(help-setup-xref (list #'describe-mode buffer)
(interactive-p))