diff options
| author | Bastien Guerry | 2008-04-28 16:27:37 +0000 |
|---|---|---|
| committer | Bastien Guerry | 2008-04-28 16:27:37 +0000 |
| commit | f5c063418b8efd2c2ad604a64392fb35b67eb802 (patch) | |
| tree | f0d0c315054da199b54a94fba4d41d0d6347d3e5 | |
| parent | c385aa1a132ed8cde258006ad3b8aabc27daeec2 (diff) | |
| download | emacs-f5c063418b8efd2c2ad604a64392fb35b67eb802.tar.gz emacs-f5c063418b8efd2c2ad604a64392fb35b67eb802.zip | |
* whitespace.el (whitespace-trailing): Fix typo.
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/whitespace.el | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 9424d8f6c2c..377bc34b5f1 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -91,7 +91,7 @@ rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been | |||
| 91 | minimized. I don't know what is left to do here. | 91 | minimized. I don't know what is left to do here. |
| 92 | 92 | ||
| 93 | ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect | 93 | ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect |
| 94 | 94 | ||
| 95 | ** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround | 95 | ** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround |
| 96 | 96 | ||
| 97 | ** multi-tty does not work correctly. | 97 | ** multi-tty does not work correctly. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 711f0181023..7f0fe4f3c4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-04-28 Bastien Guerry <bzg@altern.org> | ||
| 2 | |||
| 3 | * whitespace.el (whitespace-trailing): Fix typo. | ||
| 4 | |||
| 1 | 2008-04-28 Sam Steingold <sds@gnu.org> | 5 | 2008-04-28 Sam Steingold <sds@gnu.org> |
| 2 | 6 | ||
| 3 | * textmodes/remember.el (diary-make-entry): Update the autoload. | 7 | * textmodes/remember.el (diary-make-entry): Update the autoload. |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 8a64b87aa5d..b7cd799d8eb 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -577,7 +577,7 @@ See `whitespace-display-mappings'." | |||
| 577 | 577 | ||
| 578 | 578 | ||
| 579 | (defcustom whitespace-trailing 'whitespace-trailing | 579 | (defcustom whitespace-trailing 'whitespace-trailing |
| 580 | "*Symbol face used to visualize traling blanks. | 580 | "*Symbol face used to visualize trailing blanks. |
| 581 | 581 | ||
| 582 | Used when `whitespace-style' includes the value `trailing'." | 582 | Used when `whitespace-style' includes the value `trailing'." |
| 583 | :type 'face | 583 | :type 'face |