emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Mon, 21 Jul 2008 03:54:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/07/21 03:54:04

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.936
retrieving revision 1.937
diff -u -b -r1.936 -r1.937
--- simple.el   21 Jul 2008 03:50:17 -0000      1.936
+++ simple.el   21 Jul 2008 03:54:03 -0000      1.937
@@ -4508,9 +4508,11 @@
         (set-default symbol value)))
 
 (define-minor-mode visual-line-mode
-  "Redefine simple editing commands to act on visual lines, not logical lines."
+  "Redefine simple editing commands to act on visual lines, not logical lines.
+This also turns on `word-wrap' in the buffer."
   :keymap visual-line-mode-map
   :group 'visual-line
+  :lighter " wrap"
   (if visual-line-mode
       (progn
        (set (make-local-variable 'line-move-visual) t)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]