Mercurial > emacs
diff lisp/whitespace.el @ 106939:beaca50ab7dd
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 18 Jan 2010 22:02:28 +0000 |
parents | 181539c8b6a4 |
children | 904ccd8f2acb 3ec7871b5633 |
line wrap: on
line diff
--- a/lisp/whitespace.el Mon Jan 18 04:43:39 2010 +0000 +++ b/lisp/whitespace.el Mon Jan 18 22:02:28 2010 +0000 @@ -397,14 +397,14 @@ spaces SPACEs and HARD SPACEs are visualized via faces. - lines lines whose have columns beyond + lines lines which have columns beyond `whitespace-line-column' are highlighted via - faces . + faces. Whole line is highlighted. It has precedence over `lines-tail' (see below). - lines-tail lines whose have columns beyond + lines-tail lines which have columns beyond `whitespace-line-column' are highlighted via faces. But only the part of line which goes @@ -462,7 +462,7 @@ If nil, don't visualize TABs, (HARD) SPACEs and NEWLINEs via faces and via display table. -There is an evaluation order for some values, if some values are +There is an evaluation order for some values, if they are included in `whitespace-style' list. For example, if indentation, indentation::tab and/or indentation::space are included in `whitespace-style' list. The evaluation order for @@ -1134,7 +1134,7 @@ Use `global-whitespace-newline-mode' only for NEWLINE visualization exclusively. For other visualizations, including NEWLINE visualization together with (HARD) SPACEs and/or TABs, -please, use `global-whitespace-mode'. +please use `global-whitespace-mode'. See also `whitespace-newline' and `whitespace-display-mappings'." :lighter " NL" @@ -2046,7 +2046,7 @@ ((quit error) (whitespace-help-off) (error (error-message-string data))))) - (list sym))) ; return the apropriate symbol + (list sym))) ; return the appropriate symbol (defun whitespace-toggle-list (local-p arg the-list)