# HG changeset patch # User Vinicius Jose Latorre # Date 1254709077 0 # Node ID 257c9f6d8be87f629d732df4d504110849e5e848 # Parent 0532c364480ab428b264fb834572883d723f2aa8 Fix doc. diff -r 0532c364480a -r 257c9f6d8be8 lisp/whitespace.el --- a/lisp/whitespace.el Mon Oct 05 01:47:00 2009 +0000 +++ b/lisp/whitespace.el Mon Oct 05 02:17:57 2009 +0000 @@ -60,6 +60,11 @@ ;; characters over the default mechanism of `nobreak-char-display' ;; (which see) and `show-trailing-whitespace' (which see). ;; +;; The trailing spaces are not highlighted while point is at end of line. +;; Also the spaces at beginning of buffer are not highlighted while point is at +;; beginning of buffer; and the spaces at end of buffer are not highlighted +;; while point is at end of buffer. +;; ;; There are two ways of using whitespace: local and global. ;; ;; * Local whitespace affects only the current buffer.