(mh-scan-format): Rename variant mu-mh to gnu-mh and be explicit about
GNU mailutils MH in docstrings (with thanks to Darel Henman) (closes SF #1768928).
This commit is contained in:
parent
ad48179143
commit
143578ae0e
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ Note that columns in Emacs start with 0."
|
|||
(defun mh-scan-format ()
|
||||
"Return the output format argument for the scan program."
|
||||
(if (equal mh-scan-format-file t)
|
||||
(list "-format" (if (mh-variant-p 'nmh 'mu-mh)
|
||||
(list "-format" (if (mh-variant-p 'nmh 'gnu-mh)
|
||||
(list (mh-update-scan-format
|
||||
mh-scan-format-nmh mh-cmd-note))
|
||||
(list (mh-update-scan-format
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue