]> code.delx.au - gnu-emacs/commitdiff
(wdired-use-dired-vertical-movement): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 5 Nov 2007 11:51:33 +0000 (11:51 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 5 Nov 2007 11:51:33 +0000 (11:51 +0000)
lisp/ChangeLog
lisp/wdired.el

index b55c3d410b220a1557269c40c23bf0772b1d60ff..382355a05bb9440ecb6d1ab055ce880630efb96a 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
+
+       * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
+
 2007-11-05  Simon Josefsson  <simon@josefsson.org>
 
        * net/tls.el (tls-end-of-info): Doc fix.
index 25798cce64eaf10d301f8fd3a7d751123824d6a1..a76ac809feb659ed4883fc9e614ce104919858e4 100644 (file)
@@ -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."