Adjust type declaration.
This commit is contained in:
parent
dc6de55363
commit
1a868076f5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* whitespace.el (whitespace-style): Adjust type declaration.
|
||||
|
||||
2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
|
||||
|
||||
* progmodes/js.el: Make indentation more customizable (Bug#6914).
|
||||
|
|
|
@ -529,6 +529,8 @@ cleanning up a buffer. See `whitespace-cleanup' and
|
|||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue