1
0
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:
Vinicius Jose Latorre 2010-08-27 00:24:17 -03:00
parent dc6de55363
commit 1a868076f5
2 changed files with 6 additions and 0 deletions

View File

@ -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) 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
* progmodes/js.el: Make indentation more customizable (Bug#6914). * progmodes/js.el: Make indentation more customizable (Bug#6914).

View File

@ -529,6 +529,8 @@ cleanning up a buffer. See `whitespace-cleanup' and
See also `whitespace-display-mappings' for documentation." See also `whitespace-display-mappings' for documentation."
:type '(repeat :tag "Kind of Blank" :type '(repeat :tag "Kind of Blank"
(choice :tag "Kind of Blank Face" (choice :tag "Kind of Blank Face"
(const :tag "(Face) Face visualization"
face)
(const :tag "(Face) Trailing TABs, SPACEs and HARD SPACEs" (const :tag "(Face) Trailing TABs, SPACEs and HARD SPACEs"
trailing) trailing)
(const :tag "(Face) SPACEs and HARD SPACEs" (const :tag "(Face) SPACEs and HARD SPACEs"