Mercurial > emacs
changeset 63180:78264fe43c01
(cua-normal-cursor-color, cua-read-only-cursor-color,
cua-overwrite-cursor-color, cua-global-mark-cursor-color): Fix typos in
docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 10 Jun 2005 00:58:22 +0000 |
parents | 01c52a1fbfe8 |
children | 8eb5e32e0392 |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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)