# HG changeset patch # User Zachary Kanfer # Date 1406699266 14400 # Wed Jul 30 01:47:46 2014 -0400 # Node ID 45e5e772b5fdad0396c97c19983e14b71c9d9b39 # Parent 6e8430c0f8048b1c1abb427562de12f2d4dd1419 fix up 2048-print-help docstring. diff --git a/2048-game.el b/2048-game.el --- a/2048-game.el +++ b/2048-game.el @@ -392,7 +392,7 @@ *2048-history*))) (defun 2048-print-help () - "Prints basic help text" + "Print basic help text." (insert "The goal is to create a tile with value 2048. Use the arrow keys, p/n/b/f, or C-p/C-n/C-b/C-f to move the tiles around. If a tile collides with another tile of the same value,