]> code.delx.au - gnu-emacs/blobdiff - lisp/play/gomoku.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / play / gomoku.el
index 8e6165fa5e4ecf86775e207b6ad733d0186e25c4..702376ce86e57ae7ad609b89b892a713e07c3004 100644 (file)
@@ -977,7 +977,7 @@ If the game is finished, this command requests for another game."
   (move-to-column (+ gomoku-x-offset (* gomoku-square-width (1- x)))))
 
 (defun gomoku-plot-square (square value)
-  "Draw 'X', 'O' or '.' on SQUARE depending on VALUE, leave point there."
+  "Draw ‘X’, ‘O’ or ‘.’ on SQUARE depending on VALUE, leave point there."
   (or (= value 1)
       (gomoku-goto-square square))
   (let ((inhibit-read-only t))