]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/old-whitespace.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / obsolete / old-whitespace.el
index 359c22c50eaf9b2db1dbe9c821632cc9c294af6e..63af3693b5c72ebf4e43ec27da0cb4f8ee431ad7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; whitespace.el --- warn about and clean bogus whitespaces in the file
 
-;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
 ;; Keywords: convenience
@@ -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."