mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Adjust type declaration.
This commit is contained in:
parent
dc6de55363
commit
1a868076f5
@ -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…
Reference in New Issue
Block a user