diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2026-05-28 10:19:02 +0100 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2026-05-28 10:19:02 +0100 |
| commit | 69286be27db320a03e787edb5d2cc483f0f64f66 (patch) | |
| tree | a71e49629cf49188ce40dc684e6d3b114de599e3 | |
| parent | d8933b9f074776fb3a48d3a30f549448a31e0fca (diff) | |
; Fix an overwide docstring line.
| -rw-r--r-- | lisp/vc/vc-dir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index c79ac50cfc3..98c69b48691 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -161,7 +161,7 @@ proceed to mark and unmark other entries, without asking." :version "31.1") (defcustom vc-dir-auto-hide-up-to-date nil - "Whether VC-Dir automatically removes \\+`up-to-date'/\\+`ignored' files from display. + "Whether VC-Dir auto-removes \\+`up-to-date'/\\+`ignored' files from display. If the value is nil, files shown in the VC-Dir buffer will remain on display if they become \\+`up-to-date' or \\+`ignored'. |
