]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/old-whitespace.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / obsolete / old-whitespace.el
index 4619a5852a79080d05daf6db9c1abe439c74c379..00b321457284cc2755e1c4c7af714f9396db19ae 100644 (file)
@@ -259,7 +259,7 @@ These are mostly programming and documentation modes.  But you may add other
 modes that you want whitespaces checked in by adding something like the
 following to your `.emacs':
 
-\(setq whitespace-modes (cons 'my-mode (cons 'my-other-mode
+\(setq whitespace-modes (cons \\='my-mode (cons \\='my-other-mode
                                            whitespace-modes))\)
 
 Or, alternately, you can use the Emacs `customize' command to set this."