From: Thien-Thi Nguyen Date: Mon, 5 Nov 2007 11:51:33 +0000 (+0000) Subject: (wdired-use-dired-vertical-movement): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~9862 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59d976238c4c25495a3f34e555eb400fbdfa513a;p=emacs.git (wdired-use-dired-vertical-movement): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b55c3d410b2..382355a05bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-10-05 Chris Moore + + * wdired.el (wdired-use-dired-vertical-movement): Doc fix. + 2007-11-05 Simon Josefsson * net/tls.el (tls-end-of-info): Doc fix. diff --git a/lisp/wdired.el b/lisp/wdired.el index 25798cce64e..a76ac809feb 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -130,8 +130,8 @@ is not nil." "If t, the \"up\" and \"down\" movement works as in Dired mode. That is, always move the point to the beginning of the filename at line. -If `sometimes, only move to the beginning of filename if the point is -before it, and `track-eol' is honored. This behavior is very handy +If `sometimes', only move to the beginning of filename if the point is +before it, and `track-eol' is non-nil. This behavior is very handy when editing several filenames. If nil, \"up\" and \"down\" movement is done as in any other buffer."