]> git.eshelyaron.com Git - emacs.git/commitdiff
diff-update-on-the-fly doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Oct 2020 06:46:07 +0000 (08:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Oct 2020 06:46:07 +0000 (08:46 +0200)
* lisp/vc/diff-mode.el (diff-update-on-the-fly): Mention what the
nil value does (bug#43297).

lisp/vc/diff-mode.el

index f223ae48f3b7e4d9ec292905bb2fe61ccb7f4232..d586afb97b0ef75f1fdd807d101cb933ad4ae736 100644 (file)
@@ -83,7 +83,10 @@ When editing a diff file, the line numbers in the hunk headers
 need to be kept consistent with the actual diff.  This can
 either be done on the fly (but this sometimes interacts poorly with the
 undo mechanism) or whenever the file is written (can be slow
-when editing big diffs)."
+when editing big diffs).
+
+If this variable is nil, the hunk header numbers are updated when
+the file is written instead."
   :type 'boolean)
 
 (defcustom diff-advance-after-apply-hunk t