summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-display.el')
-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"))