Mercurial > emacs
changeset 105447:257c9f6d8be8
Fix doc.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 05 Oct 2009 02:17:57 +0000 |
parents | 0532c364480a |
children | b0226862b32c |
files | lisp/whitespace.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.