(wdired-use-dired-vertical-movement): Doc fix.
This commit is contained in:
parent
45374a1579
commit
59d976238c
2 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue