aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-11-05 11:51:33 +0000
committerThien-Thi Nguyen2007-11-05 11:51:33 +0000
commit59d976238c4c25495a3f34e555eb400fbdfa513a (patch)
tree27e40b2db8fd76daafae509016f9df8f0cb6043c
parent45374a15797743fbf4b9064a989f09b662519703 (diff)
downloademacs-59d976238c4c25495a3f34e555eb400fbdfa513a.tar.gz
emacs-59d976238c4c25495a3f34e555eb400fbdfa513a.zip
(wdired-use-dired-vertical-movement): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/wdired.el4
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 @@
12007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
2
3 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4
12007-11-05 Simon Josefsson <simon@josefsson.org> 52007-11-05 Simon Josefsson <simon@josefsson.org>
2 6
3 * net/tls.el (tls-end-of-info): Doc fix. 7 * 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."
130 "If t, the \"up\" and \"down\" movement works as in Dired mode. 130 "If t, the \"up\" and \"down\" movement works as in Dired mode.
131That is, always move the point to the beginning of the filename at line. 131That is, always move the point to the beginning of the filename at line.
132 132
133If `sometimes, only move to the beginning of filename if the point is 133If `sometimes', only move to the beginning of filename if the point is
134before it, and `track-eol' is honored. This behavior is very handy 134before it, and `track-eol' is non-nil. This behavior is very handy
135when editing several filenames. 135when editing several filenames.
136 136
137If nil, \"up\" and \"down\" movement is done as in any other buffer." 137If nil, \"up\" and \"down\" movement is done as in any other buffer."