diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-04 07:00:22 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-04 07:00:22 +0000 |
commit | 67d110f1a902687a2225575fb3927924b2a511a7 (patch) | |
tree | 54b53af6905a4a61006d554c43e80bbd49afa486 /lisp/play/solitaire.el | |
parent | 491cf34081a076edf5af16a8391525c6bb0d5887 (diff) | |
download | emacs-67d110f1a902687a2225575fb3927924b2a511a7.tar.gz |
Remove leading * from defcustom and defface docs.
Diffstat (limited to 'lisp/play/solitaire.el')
-rw-r--r-- | lisp/play/solitaire.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el index 72c5bdaef18..6ea63e4f231 100644 --- a/lisp/play/solitaire.el +++ b/lisp/play/solitaire.el @@ -1,7 +1,7 @@ ;;; solitaire.el --- game of solitaire in Emacs Lisp -;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> ;; Created: Fri afternoon, Jun 3, 1994 @@ -118,7 +118,7 @@ The usual mnemonic keys move the cursor around the board; in addition, (defvar solitaire-end-y nil) (defcustom solitaire-auto-eval t - "*Non-nil means check for possible moves after each major change. + "Non-nil means check for possible moves after each major change. This takes a while, so switch this on if you like to be informed when the game is over, or off, if you are working on a slow machine." :type 'boolean |