summaryrefslogtreecommitdiff
path: root/lisp/woman.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:09:51 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:09:51 +0000
commitc35dcd7e229a535cc88b018912557e7e57e542d3 (patch)
tree23ed86bb50f231280bd6dc06a4ae21d6935cee0f /lisp/woman.el
parent491a5bba5e5b09ef873100ad3106d692d5c6929b (diff)
downloademacs-c35dcd7e229a535cc88b018912557e7e57e542d3.tar.gz
(woman-bold-headings, woman-ignore, woman-default-faces,
woman-monochrome-faces): Fix spellings in docstrings.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r--lisp/woman.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index 6d0d0336001..cb0bbfd7c12 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -823,13 +823,13 @@ Set this variable to 7 to emulate GNU man formatting."
(defcustom woman-bold-headings t
"*If non-nil then embolden section and subsection headings. Default is t.
-Heading emboldening is NOT standard `man' behaviour."
+Heading emboldening is NOT standard `man' behavior."
:type 'boolean
:group 'woman-formatting)
(defcustom woman-ignore t
"*If non-nil then unrecognised requests etc. are ignored. Default is t.
-This gives the standard ?roff behaviour. If nil then they are left in
+This gives the standard ?roff behavior. If nil then they are left in
the buffer, which may aid debugging."
:type 'boolean
:group 'woman-formatting)
@@ -876,7 +876,7 @@ or different fonts."
;; You should probably select either italic or underline as you prefer, but
;; not both, although italic and underline work together perfectly well!
(defface woman-italic
- `((((min-colors 88) (background light))
+ `((((min-colors 88) (background light))
(:slant italic :underline t :foreground "red1"))
(((background light)) (:slant italic :underline t :foreground "red"))
(((background dark)) (:slant italic :underline t)))
@@ -914,13 +914,13 @@ or different fonts."
(put 'woman-addition-face 'face-alias 'woman-addition)
(defun woman-default-faces ()
- "Set foreground colours of italic and bold faces to their default values."
+ "Set foreground colors of italic and bold faces to their default values."
(interactive)
(face-spec-set 'woman-italic (face-user-default-spec 'woman-italic))
(face-spec-set 'woman-bold (face-user-default-spec 'woman-bold)))
(defun woman-monochrome-faces ()
- "Set foreground colours of italic and bold faces to that of the default face.
+ "Set foreground colors of italic and bold faces to that of the default face.
This is usually either black or white."
(interactive)
(set-face-foreground 'woman-italic 'unspecified)