changeset 107079:4e5186e157d5

* simple.el (visual-line-mode): Capitalize lighter. See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00088.html
author Glenn Morris <rgm@gnu.org>
date Wed, 03 Feb 2010 21:02:56 -0800
parents 2343eacdeb7d
children da4ec7ca387c
files lisp/ChangeLog lisp/simple.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 03 20:51:49 2010 -0800
+++ b/lisp/ChangeLog	Wed Feb 03 21:02:56 2010 -0800
@@ -1,3 +1,7 @@
+2010-02-04  Glenn Morris  <rgm@gnu.org>
+
+	* simple.el (visual-line-mode): Capitalize lighter.
+
 2010-02-03  John Wiegley  <jwiegley@gmail.com>
 
 	* iswitchb.el (iswitchb-completions): Add bookmark files to the
--- a/lisp/simple.el	Wed Feb 03 20:51:49 2010 -0800
+++ b/lisp/simple.el	Wed Feb 03 21:02:56 2010 -0800
@@ -4700,7 +4700,7 @@
 This also turns on `word-wrap' in the buffer."
   :keymap visual-line-mode-map
   :group 'visual-line
-  :lighter " wrap"
+  :lighter " Wrap"
   (if visual-line-mode
       (progn
 	(set (make-local-variable 'visual-line--saved-state) nil)