]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/landmark/landmark.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / landmark / landmark.el
index 6230dbaafcf0f351e1fc676e1e2781718d59d860..9b48901f269c46b1acc0d49cc78e76f28a2267b0 100644 (file)
@@ -864,7 +864,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))