Mercurial > emacs
changeset 94374:bb784189a8b3
Doc fix.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Sat, 26 Apr 2008 12:38:54 +0000 |
parents | f9bcef02655f |
children | f8b940834bbb |
files | lisp/whitespace.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/whitespace.el Sat Apr 26 11:38:50 2008 +0000 +++ b/lisp/whitespace.el Sat Apr 26 12:38:54 2008 +0000 @@ -46,8 +46,8 @@ ;; it provides a visual mark for characters, for example, at the end ;; of line (?\xB6), at SPACEs (?\xB7) and at TABs (?\xBB). ;; -;; The `whitespace-style' variable is used to select which way should -;; be used to visualize blanks. +;; The `whitespace-style' variable selects which way blanks are +;; visualized. ;; ;; Note that when whitespace is turned on, whitespace saves the ;; font-lock state, that is, if font-lock is on or off. And