Spelling fixes.

* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position.  Use changed.
This commit is contained in:
Paul Eggert 2014-01-09 23:10:37 -08:00
parent dad6fae748
commit 06827ec842
20 changed files with 33 additions and 27 deletions

View file

@ -124,7 +124,7 @@ If CLASS is actually an object, then also display current values of that object.
;; Describe all the methods specific to this class.
(let ((methods (eieio-all-generic-functions class))
(type [":STATIC" ":BEFORE" ":PRIMARY" ":AFTER"])
counter doc argshl dochl)
counter doc)
(when methods
(insert (propertize "Specialized Methods:\n\n" 'face 'bold))
(while methods