Variable: mh-cmd-note
mh-cmd-note is a buffer-local variable defined in mh-scan.el.gz.
Documentation
Column for notations.
This variable should be set with the function mh-set-cmd-note.
This variable may be updated dynamically if
mh-adaptive-cmd-note-flag is on.
Note that columns in Emacs start with 0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-scan.el.gz
;;; Widths, Offsets and Columns
(defvar-local mh-cmd-note 4
"Column for notations.
This variable should be set with the function `mh-set-cmd-note'.
This variable may be updated dynamically if
`mh-adaptive-cmd-note-flag' is on.
Note that columns in Emacs start with 0.")