From 66e0718be8d6a5ee63208b09ce6b37c2242860ca Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 22 Jan 2011 14:29:10 -0500 Subject: [PATCH] * simple.el (line-move-visual): Doc fix (Bug#7594). --- lisp/ChangeLog | 2 ++ lisp/simple.el | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9f035f1ddc..d5c689e8fcc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-01-22 Chong Yidong + * 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. diff --git a/lisp/simple.el b/lisp/simple.el index 8785b1f72a9..4d3a46cb813 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4073,9 +4073,11 @@ Outline mode sets this." "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) -- 2.39.5