aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-10 01:00:55 +0000
committerJuanma Barranquero <[email protected]>2005-06-10 01:00:55 +0000
commit63baed9942f0dfc4d8a5b58febc26bab3f0b88d4 (patch)
tree764025fc9c3cafc667aa52397597b2d775215467 /lisp/emulation
parentc62195fa74d9f195508cba3e9624717d6e2e56bb (diff)
(cua-normal-cursor-color, cua-read-only-cursor-color,
cua-overwrite-cursor-color, cua-global-mark-cursor-color): Fix typos in docstrings.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index fe2b0a892a..ecd7577364 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -447,13 +447,13 @@ a cons (TYPE . COLOR), then both properties are affected."
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(cons :tag "Color and Type"
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(color :tag "Color")))
:group 'cua)
@@ -471,13 +471,13 @@ a cons (TYPE . COLOR), then both properties are affected."
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(cons :tag "Color and Type"
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(color :tag "Color")))
:group 'cua)
@@ -495,13 +495,13 @@ a cons (TYPE . COLOR), then both properties are affected."
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(cons :tag "Color and Type"
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(color :tag "Color")))
:group 'cua)
@@ -520,13 +520,13 @@ a cons (TYPE . COLOR), then both properties are affected."
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(cons :tag "Color and Type"
(choice :tag "Type"
(const :tag "Filled box" box)
(const :tag "Vertical bar" bar)
- (const :tag "Horisontal bar" hbar)
+ (const :tag "Horizontal bar" hbar)
(const :tag "Hollow box" hollow))
(color :tag "Color")))
:group 'cua)