From 8488df3e2dba41210ce39b2a94e0d397fd94daaf Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 27 Jan 2004 22:22:27 +0000 Subject: chess-gnuchess-path is a user-option --- chess-gnuchess.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-gnuchess.el') 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) -- cgit v1.2.3