emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help.el,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el,v
Date: Tue, 03 Oct 2006 14:03:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     06/10/03 14:03:47

Index: help.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help.el,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -b -r1.321 -r1.322
--- help.el     24 Sep 2006 20:43:32 -0000      1.321
+++ help.el     3 Oct 2006 14:03:46 -0000       1.322
@@ -764,7 +764,7 @@
 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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]