diff options
| -rw-r--r-- | chess-plain.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-plain.el b/chess-plain.el index 7811811..c738e0c 100644 --- a/chess-plain.el +++ b/chess-plain.el @@ -97,7 +97,7 @@ modify `chess-plain-piece-chars' to avoid real confusion.)" :group 'chess-plain) (defcustom chess-plain-separate-frame nil - "If non-nil, display the chessboard in its own frame." + "*If non-nil, display the chessboard in its own frame." :type 'boolean :group 'chess-plain) |
