mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
* whitespace.el (whitespace-trailing): Fix typo.
This commit is contained in:
parent
c385aa1a13
commit
f5c063418b
@ -91,7 +91,7 @@ rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
|
||||
minimized. I don't know what is left to do here.
|
||||
|
||||
** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
|
||||
|
||||
|
||||
** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround
|
||||
|
||||
** multi-tty does not work correctly.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-04-28 Bastien Guerry <bzg@altern.org>
|
||||
|
||||
* whitespace.el (whitespace-trailing): Fix typo.
|
||||
|
||||
2008-04-28 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* textmodes/remember.el (diary-make-entry): Update the autoload.
|
||||
|
@ -577,7 +577,7 @@ See `whitespace-display-mappings'."
|
||||
|
||||
|
||||
(defcustom whitespace-trailing 'whitespace-trailing
|
||||
"*Symbol face used to visualize traling blanks.
|
||||
"*Symbol face used to visualize trailing blanks.
|
||||
|
||||
Used when `whitespace-style' includes the value `trailing'."
|
||||
:type 'face
|
||||
|
Loading…
Reference in New Issue
Block a user