diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2009-10-05 02:17:57 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2009-10-05 02:17:57 +0000 |
commit | 102b15984452165f9804adc99fc37ef3e41c0644 (patch) | |
tree | 8a0c721b4dda4a9f9828e292a97df55e32d499a4 /lisp/whitespace.el | |
parent | 825382c06efb2aef4c4ef00a89e0f3f7dacc251f (diff) | |
download | emacs-102b15984452165f9804adc99fc37ef3e41c0644.tar.gz |
Fix doc.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 118a151d67d..a66bd9360f3 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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. |