diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/wdired.el | 4 | 
2 files changed, 6 insertions, 2 deletions
| 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  <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. 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." | 
