summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-03-30 01:00:35 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-03-30 01:00:35 +0000
commit6df6747d0fe9687a850ba6abe85bcb33f15086d4 (patch)
treed6172290b63d26c3115ce143623dac95bce04448
parent64c93c53e491a6586b8eef6b0b532cb42aa44f46 (diff)
comment update
-rw-r--r--chess-display.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/chess-display.el b/chess-display.el
index 422940b..8a110a8 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -269,8 +269,8 @@ If only START is given, it must be in algebraic move notation."
(chess-game-move chess-display-game ply)
(chess-session-event chess-display-session 'move ply))
(chess-display-game
- ;; jww (2002-03-28): This should beget a variation, or alter
- ;; the game, just as SCID allows
+ ;; jww (2002-03-28): This should beget a variation within the
+ ;; game, or alter the game, just as SCID allows
(unless (= (chess-display-index nil)
(chess-game-index chess-display-game))
(error "Cannot move partway in a game"))