emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp whitespace.el


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] emacs/lisp whitespace.el
Date: Mon, 05 Oct 2009 02:17:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      09/10/05 02:17:57

Modified files:
        lisp           : whitespace.el 

Log message:
        Fix doc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/whitespace.el?cvsroot=emacs&r1=1.93&r2=1.94

Patches:
Index: whitespace.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/whitespace.el,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- whitespace.el       28 Sep 2009 01:57:36 -0000      1.93
+++ whitespace.el       5 Oct 2009 02:17:57 -0000       1.94
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]