Variable: mh-showing-mode

mh-showing-mode is a buffer-local variable defined in mh-e.el.gz.

Documentation

Non-nil if Mh-Showing mode is enabled.

Use the command mh-showing-mode(var)/mh-showing-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(define-minor-mode mh-showing-mode
  "Minor mode to show the message in a separate window."
  ;; FIXME: maybe this should be moved to mh-show.el.
  :lighter " Show")