summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-20 19:01:00 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/play
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
downloademacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz
Doc fix.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/decipher.el2
-rw-r--r--lisp/play/mpuz.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index 88c9bc043fb..c8c9dbb486f 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -100,7 +100,7 @@
(defcustom decipher-force-uppercase t
"*Non-nil means to convert ciphertext to uppercase.
-Nil means the case of the ciphertext is preserved.
+nil means the case of the ciphertext is preserved.
This variable must be set before typing `\\[decipher]'."
:type 'boolean
:group 'decipher)
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el
index c0323610ab1..9d7a1d7a165 100644
--- a/lisp/play/mpuz.el
+++ b/lisp/play/mpuz.el
@@ -39,7 +39,7 @@
(random t) ; randomize
(defcustom mpuz-silent nil
- "*Set this to T if you don't want dings on inputs."
+ "*Set this to t if you don't want dings on inputs."
:type 'boolean
:group 'mpuz)