summaryrefslogtreecommitdiff
path: root/lisp/obsolete/old-whitespace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete/old-whitespace.el')
-rw-r--r--lisp/obsolete/old-whitespace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/old-whitespace.el b/lisp/obsolete/old-whitespace.el
index 4619a5852a..00b3214572 100644
--- a/lisp/obsolete/old-whitespace.el
+++ b/lisp/obsolete/old-whitespace.el
@@ -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."