X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/423a6b218804a210486fdb06af44bcc700b1bca4..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/landmark/landmark.el diff --git a/packages/landmark/landmark.el b/packages/landmark/landmark.el index 6230dbaaf..9b48901f2 100644 --- a/packages/landmark/landmark.el +++ b/packages/landmark/landmark.el @@ -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))