changeset 41950:ac3936e792ac

(5x5-crack-xor-mutate): Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 11 Dec 2001 07:29:21 +0000
parents 66bf9fec7803
children 5c0777cdb443
files lisp/play/5x5.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/5x5.el	Tue Dec 11 07:22:44 2001 +0000
+++ b/lisp/play/5x5.el	Tue Dec 11 07:29:21 2001 +0000
@@ -347,8 +347,8 @@
 
 ;;;###autoload
 (defun 5x5-crack-xor-mutate ()
-  "Attempt to crack 5x5 by xor the current and best solution and then
-mutating the result."
+  "Attempt to crack 5x5 by xor the current and best solution.
+Mutate the result."
   (interactive)
   (5x5-crack #'5x5-make-xor-with-mutation))