Mercurial > emacs
changeset 110009:5eae6917d2e0
Adjust type declaration.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br |
---|---|
date | Fri, 27 Aug 2010 00:24:17 -0300 |
parents | f27a344fc7dc |
children | dde22505faf4 a256d36d6257 |
files | lisp/whitespace.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/whitespace.el Fri Aug 27 00:19:35 2010 -0300 +++ b/lisp/whitespace.el Fri Aug 27 00:24:17 2010 -0300 @@ -529,6 +529,8 @@ See also `whitespace-display-mappings' for documentation." :type '(repeat :tag "Kind of Blank" (choice :tag "Kind of Blank Face" + (const :tag "(Face) Face visualization" + face) (const :tag "(Face) Trailing TABs, SPACEs and HARD SPACEs" trailing) (const :tag "(Face) SPACEs and HARD SPACEs"