diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-07-29 02:07:26 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-07-29 02:07:26 +0000 |
commit | 24deb97dd68cd102ba6698b2bd1d5a3dd70998ec (patch) | |
tree | 2223f06ad7f4b0ab36c38991f73b12d8f6c4b173 /lisp/whitespace.el | |
parent | 178620169cd4ccc133db091fdf3bb0ba785ed3ce (diff) | |
download | emacs-24deb97dd68cd102ba6698b2bd1d5a3dd70998ec.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 1e46c3c808a..72501dfaf83 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -308,6 +308,10 @@ ;; Acknowledgements ;; ---------------- ;; +;; Thanks to David Reitter <david.reitter@gmail.com> for suggesting a +;; `whitespace-newline' initialization with low contrast relative to +;; the background color. +;; ;; Thanks to Stephen Deasey <sdeasey@gmail.com> for the ;; `indent-tabs-mode' usage suggestion. ;; |