diff options
Diffstat (limited to 'lisp/msb.el')
-rw-r--r-- | lisp/msb.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/msb.el b/lisp/msb.el index ccc5f54738c..1d43dc0dfac 100644 --- a/lisp/msb.el +++ b/lisp/msb.el @@ -64,7 +64,7 @@ ;; Larry Rosenberg <ljr@ictv.com> ;; Will Henney <will@astroscu.unam.mx> ;; Jari Aalto <jaalto@tre.tele.nokia.fi> -;; Michael Kifer <kifer@sbkifer.cs.sunysb.edu> +;; Michael Kifer <kifer@cs.stonybrook.edu> ;; Gael Marziou <gael@gnlab030.grenoble.hp.com> ;; Dave Gillespie <daveg@thymus.synaptics.com> ;; Alon Albert <alon@milcse.rtsg.mot.com> @@ -1132,9 +1132,6 @@ variable `msb-menu-cond'." ;;;###autoload (define-minor-mode msb-mode "Toggle Msb mode. -With a prefix argument ARG, enable Msb mode if ARG is positive, -and disable it otherwise. If called from Lisp, enable the mode -if ARG is omitted or nil. This mode overrides the binding(s) of `mouse-buffer-menu' to provide a different buffer menu using the function `msb'." |