]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 5 Oct 2009 02:17:57 +0000 (02:17 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 5 Oct 2009 02:17:57 +0000 (02:17 +0000)
lisp/whitespace.el

index 118a151d67dc9683a08d747316b01db0cf20afe6..a66bd9360f3527c71edb30abed1cc42e310aea48 100644 (file)
 ;; 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.