emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100395: * simple.el (line-move-vi


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100395: * simple.el (line-move-visual): Doc fix (Bug#7594).
Date: Sat, 22 Jan 2011 14:29:10 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100395
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-01-22 14:29:10 -0500
message:
  * simple.el (line-move-visual): Doc fix (Bug#7594).
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-22 03:03:49 +0000
+++ b/lisp/ChangeLog    2011-01-22 19:29:10 +0000
@@ -1,5 +1,7 @@
 2011-01-22  Chong Yidong  <address@hidden>
 
+       * simple.el (line-move-visual): Doc fix (Bug#7594).
+
        * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
        "Case sensitive" menu item.
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2011-01-02 23:50:46 +0000
+++ b/lisp/simple.el    2011-01-22 19:29:10 +0000
@@ -4073,9 +4073,11 @@
   "When non-nil, `line-move' moves point by visual lines.
 This movement is based on where the cursor is displayed on the
 screen, instead of relying on buffer contents alone.  It takes
-into account variable-width characters and line continuation."
+into account variable-width characters and line continuation.
+If nil, `line-move' moves point by logical lines."
   :type 'boolean
-  :group 'editing-basics)
+  :group 'editing-basics
+  :version "23.1")
 
 ;; Returns non-nil if partial move was done.
 (defun line-move-partial (arg noerror to-end)


reply via email to

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