Mercurial > emacs
changeset 85930:68bf07bd1f57
(wdired-use-dired-vertical-movement): Doc fix.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Mon, 05 Nov 2007 11:50:06 +0000 |
parents | ca8fdbbd44ed |
children | 1c3b6d4d6bfd |
files | lisp/wdired.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/wdired.el Mon Nov 05 10:26:16 2007 +0000 +++ b/lisp/wdired.el Mon Nov 05 11:50:06 2007 +0000 @@ -130,8 +130,8 @@ "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."