# HG changeset patch # User Pavel Jank # Date 1008055761 0 # Node ID ac3936e792acb783594eadc5770d6b24c6c74a44 # Parent 66bf9fec7803533ff9e0169003b6cb36fff230d9 (5x5-crack-xor-mutate): Doc fix. diff -r 66bf9fec7803 -r ac3936e792ac lisp/play/5x5.el --- 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))