diff options
Diffstat (limited to 'chess-gnuchess.el')
| -rw-r--r-- | chess-gnuchess.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-gnuchess.el b/chess-gnuchess.el index 591c78f..2d5538f 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -11,7 +11,7 @@ (defcustom chess-gnuchess-path (let ((exec-path (cons "/usr/games" exec-path))) (executable-find "gnuchess")) - "The path to the gnuchess executable." + "*The path to the gnuchess executable." :type 'file :group 'chess-gnuchess) |
