Skip to content

Commit 7dd065f

Browse files
committed
Small fixes in documentation.
* doc/emacs/dired.texi (Operating on Files): Fix name of dired-vc-rename-file. * doc/emacs/fixit.texi (Undo): Update new values of undo limits doubled in bug#31104.
1 parent 06166aa commit 7dd065f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/emacs/dired.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,8 @@ should create non-existent directories in @var{new}.
720720
Dired automatically changes the visited file name of buffers associated
721721
with renamed files so that they refer to the new names.
722722

723-
@vindex dired-vc-rename
724-
If the value of the variable @code{dired-vc-rename} is non-@code{nil},
723+
@vindex dired-vc-rename-file
724+
If the value of the variable @code{dired-vc-rename-file} is non-@code{nil},
725725
files are renamed using the commands of the underlying VCS, via
726726
@code{vc-rename-file} (@pxref{VC Delete/Rename}).
727727

doc/emacs/fixit.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ setting the variables @code{undo-limit}, @code{undo-strong-limit}, and
122122
The variable @code{undo-limit} sets a soft limit: Emacs keeps undo
123123
data for enough commands to reach this size, and perhaps exceed it,
124124
but does not keep data for any earlier commands beyond that. Its
125-
default value is 80000. The variable @code{undo-strong-limit} sets a
125+
default value is 160000. The variable @code{undo-strong-limit} sets a
126126
stricter limit: any previous command (though not the most recent one)
127127
that pushes the size past this amount is forgotten. The default value
128-
of @code{undo-strong-limit} is 120000.
128+
of @code{undo-strong-limit} is 240000.
129129

130130
Regardless of the values of those variables, the most recent change
131131
is never discarded unless it gets bigger than @code{undo-outer-limit}
132-
(normally 12,000,000). At that point, Emacs discards the undo data and
132+
(normally 24,000,000). At that point, Emacs discards the undo data and
133133
warns you about it. This is the only situation in which you cannot
134134
undo the last command. If this happens, you can increase the value of
135135
@code{undo-outer-limit} to make it even less likely to happen in the

0 commit comments

Comments
 (0)