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/decipher.el | |
parent | 491cf34081a076edf5af16a8391525c6bb0d5887 (diff) | |
download | emacs-67d110f1a902687a2225575fb3927924b2a511a7.tar.gz |
Remove leading * from defcustom and defface docs.
Diffstat (limited to 'lisp/play/decipher.el')
-rw-r--r-- | lisp/play/decipher.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index e3dcef93a91..d32e1aad413 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el @@ -1,7 +1,7 @@ ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers ;; -;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008, 2009 Free Software Foundation, Inc. ;; ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> ;; Keywords: games @@ -98,7 +98,7 @@ :group 'games) (defcustom decipher-force-uppercase t - "*Non-nil means to convert ciphertext to uppercase. + "Non-nil means to convert ciphertext to uppercase. nil means the case of the ciphertext is preserved. This variable must be set before typing `\\[decipher]'." :type 'boolean @@ -106,7 +106,7 @@ This variable must be set before typing `\\[decipher]'." (defcustom decipher-ignore-spaces nil - "*Non-nil means to ignore spaces and punctuation when counting digrams. + "Non-nil means to ignore spaces and punctuation when counting digrams. You should set this to nil if the cipher message is divided into words, or t if it is not. This variable is buffer-local." |