]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/landmark.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / obsolete / landmark.el
index cd397ae752a23a30d4e0305801bbd2a5fc451963..39684a781ccec67bf78bbb1743f5ff76669461fd 100644 (file)
@@ -866,7 +866,7 @@ If the game is finished, this command requests for another game."
   (move-to-column (+ landmark-x-offset (* landmark-square-width (1- x)))))
 
 (defun landmark-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)
       (landmark-goto-square square))
   (let ((inhibit-read-only t))