]> code.delx.au - gnu-emacs/blobdiff - lisp/whitespace.el
Fix minor text quoting problems in lisp top level
[gnu-emacs] / lisp / whitespace.el
index ddc37f10180df94144fb9eaf23853ca15e343d61..319149638d6b83e0dcfc67025c218a08089668fa 100644 (file)
@@ -1931,13 +1931,13 @@ cleaning up these problems."
 
 
 (defun whitespace-mark-x (nchars condition)
-  "Insert the mark ('X' or ' ') after NCHARS depending on CONDITION."
+  "Insert the mark (‘X’ or ‘ ’) after NCHARS depending on CONDITION."
   (forward-char nchars)
   (insert (if condition "X" " ")))
 
 
 (defun whitespace-insert-option-mark (the-list the-value)
-  "Insert the option mark ('X' or ' ') in toggle options buffer."
+  "Insert the option mark (‘X’ or ‘ ’) in toggle options buffer."
   (goto-char (point-min))
   (forward-line 2)
   (dolist (sym  the-list)