From: Vinicius Jose Latorre Date: Mon, 5 Oct 2009 02:17:57 +0000 (+0000) Subject: Fix doc. X-Git-Tag: emacs-pretest-23.1.90~934 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=102b15984452165f9804adc99fc37ef3e41c0644;p=emacs.git Fix doc. --- 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.