# HG changeset patch # User Juanma Barranquero # Date 1118365102 0 # Node ID 78264fe43c018d3838511a8f1b56821a1cb7347d # Parent 01c52a1fbfe8faf19f3b4acf5fc5d9a4f6ccd5e5 (cua-normal-cursor-color, cua-read-only-cursor-color, cua-overwrite-cursor-color, cua-global-mark-cursor-color): Fix typos in docstrings. diff -r 01c52a1fbfe8 -r 78264fe43c01 lisp/emulation/cua-base.el --- a/lisp/emulation/cua-base.el Fri Jun 10 00:57:02 2005 +0000 +++ b/lisp/emulation/cua-base.el Fri Jun 10 00:58:22 2005 +0000 @@ -447,13 +447,13 @@ (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 @@ (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 @@ (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 @@ (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)