summaryrefslogtreecommitdiff
path: root/chess-plain.el
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2004-02-06 11:36:00 +0000
committerMario Lang <mlang@delysid.org>2004-02-06 11:36:00 +0000
commit05e67fce1e756d2c0d4a07dcd541919287d15419 (patch)
tree59eb8ea7524489dabf152165ed5fdd03166c363d /chess-plain.el
parent2cde330cbbc0f0d9a78e1b7d7f977508e9931cda (diff)
docstring
Diffstat (limited to 'chess-plain.el')
-rw-r--r--chess-plain.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/chess-plain.el b/chess-plain.el
index 94e3a53..e67fb78 100644
--- a/chess-plain.el
+++ b/chess-plain.el
@@ -17,7 +17,7 @@
:type 'boolean)
(defcustom chess-plain-border-chars '(?+ ?- ?+ ?| ?| ?+ ?- ?+)
- "*Characters used to draw borders."
+ "*A list of Characters used to draw borders."
:group 'chess-plain
:type '(list (character :tag "Upper left corner")
(character :tag "Upper border")
@@ -29,12 +29,12 @@
(character :tag "Lower right corner")))
(defcustom chess-plain-black-square-char ?.
- "*Character used to indicate black squares."
+ "*Character used to indicate empty black squares."
:group 'chess-plain
:type 'character)
(defcustom chess-plain-white-square-char ?.
- "*Character used to indicate white squares."
+ "*Character used to indicate empty white squares."
:group 'chess-plain
:type 'character)
@@ -67,7 +67,7 @@ modify `chess-plain-piece-chars' to avoid real confusion.)"
:type '(choice (const color) (const square-color)))
(defcustom chess-plain-spacing 1
- "*Number of spaces between pieces."
+ "*Number of spaces between files."
:group 'chess-plain
:type 'integer)