mu4e: fix typo and doc-string formatting
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
;; auto-generated
|
;; auto-generated
|
||||||
(defconst mu4e-mu-version "@VERSION@"
|
(defconst mu4e-mu-version "@VERSION@"
|
||||||
"Required mu binary version; mu4e's version must agree with
|
"Required mu binary version; mu4e's version must agree with this.")
|
||||||
this.")
|
|
||||||
|
|
||||||
(defconst mu4e-builddir "@abs_top_builddir@"
|
(defconst mu4e-builddir "@abs_top_builddir@"
|
||||||
"Top-level build directory.")
|
"Top-level build directory.")
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
(setq mu4e-remove-func 'mu4e~headers-remove-handler)
|
(setq mu4e-remove-func 'mu4e~headers-remove-handler)
|
||||||
(setq mu4e-erase-func 'mu4e~headers-clear)
|
(setq mu4e-erase-func 'mu4e~headers-clear)
|
||||||
|
|
||||||
;; these ones are define in mu4e-utils
|
;; these ones are defined in mu4e-utils
|
||||||
(setq mu4e-info-func 'mu4e-info-handler)
|
(setq mu4e-info-func 'mu4e-info-handler)
|
||||||
(setq mu4e-error-func 'mu4e-error-handler)
|
(setq mu4e-error-func 'mu4e-error-handler)
|
||||||
;; note: mu4e-utils also dynamically (temporarily)
|
;; note: mu4e-utils also dynamically (temporarily)
|
||||||
|
|||||||
Reference in New Issue
Block a user