diff lisp/play/5x5.el @ 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 c6e12c6b1498
children 0d8b17d428b5
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))