]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc string of 'wdired-use-dired-vertical-movement'
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Oct 2024 11:41:24 +0000 (13:41 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Oct 2024 09:55:26 +0000 (10:55 +0100)
* lisp/wdired.el (wdired-use-dired-vertical-movement): Remove the
incorrect reference to 'track-eol'.  (Bug#73917)

(cherry picked from commit c78b4d2b31d9b763aa506d8498f70b3e651bbbf5)

lisp/wdired.el

index 8ce115eb1424ad207a0574d54bd88136438f8725..0a858864d2d25d1705ad8edee2e970ac4b278607 100644 (file)
@@ -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)