Mercurial > emacs
comparison lisp/whitespace.el @ 105447:257c9f6d8be8
Fix doc.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 05 Oct 2009 02:17:57 +0000 |
parents | 1308a0fb85e9 |
children | aea3ed6946e4 |
comparison
equal
deleted
inserted
replaced
105446:0532c364480a | 105447:257c9f6d8be8 |
---|---|
57 ;; continues on after whitespace is turned off. | 57 ;; continues on after whitespace is turned off. |
58 ;; | 58 ;; |
59 ;; When whitespace is on, it takes care of highlighting some special | 59 ;; When whitespace is on, it takes care of highlighting some special |
60 ;; characters over the default mechanism of `nobreak-char-display' | 60 ;; characters over the default mechanism of `nobreak-char-display' |
61 ;; (which see) and `show-trailing-whitespace' (which see). | 61 ;; (which see) and `show-trailing-whitespace' (which see). |
62 ;; | |
63 ;; The trailing spaces are not highlighted while point is at end of line. | |
64 ;; Also the spaces at beginning of buffer are not highlighted while point is at | |
65 ;; beginning of buffer; and the spaces at end of buffer are not highlighted | |
66 ;; while point is at end of buffer. | |
62 ;; | 67 ;; |
63 ;; There are two ways of using whitespace: local and global. | 68 ;; There are two ways of using whitespace: local and global. |
64 ;; | 69 ;; |
65 ;; * Local whitespace affects only the current buffer. | 70 ;; * Local whitespace affects only the current buffer. |
66 ;; | 71 ;; |