Fix doc string of 'wdired-use-dired-vertical-movement'
* lisp/wdired.el (wdired-use-dired-vertical-movement): Remove the incorrect reference to 'track-eol'. (Bug#73917)
This commit is contained in:
parent
b0aaee93fd
commit
c78b4d2b31
1 changed files with 1 additions and 2 deletions
|
@ -93,8 +93,7 @@ is not nil."
|
|||
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 non-nil. This behavior is very handy
|
||||
when editing several filenames.
|
||||
before it. This behavior is very handy when editing several filenames.
|
||||
|
||||
If nil, \"up\" and \"down\" movement is done as in any other buffer."
|
||||
:type '(choice (const :tag "As in any other mode" nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue