summaryrefslogtreecommitdiff
path: root/chess-ply.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-ply.el')
-rw-r--r--chess-ply.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ply.el b/chess-ply.el
index e4f3120..c49dba4 100644
--- a/chess-ply.el
+++ b/chess-ply.el
@@ -68,7 +68,7 @@
(chess-ply-changes ply)))
(defsubst chess-ply-create (position &rest changes)
- ;; jww (2002-04-02): if changes is a castling maneuver, then
+ ;; jww (2002-04-02): if `changes' is a castling maneuver, then
;; annotate and extend the ply correctly
(cons (chess-pos-copy position) changes))