mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(5x5-crack-xor-mutate): Doc fix.
This commit is contained in:
parent
05f362a827
commit
36912c161d
1 changed files with 2 additions and 2 deletions
|
|
@ -347,8 +347,8 @@ Quit current game \\[5x5-quit-game]"
|
|||
|
||||
;;;###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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue