aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c
index 06abcbadd3e..49c7238cfdf 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -135,8 +135,8 @@ but another undo command will undo to the previous boundary.")
135/* At garbage collection time, make an undo list shorter at the end, 135/* At garbage collection time, make an undo list shorter at the end,
136 returning the truncated list. 136 returning the truncated list.
137 MINSIZE and MAXSIZE are the limits on size allowed, as described below. 137 MINSIZE and MAXSIZE are the limits on size allowed, as described below.
138 In practice, these are the values of undo-threshold and 138 In practice, these are the values of undo-limit and
139 undo-high-threshold. */ 139 undo-strong-limit. */
140 140
141Lisp_Object 141Lisp_Object
142truncate_undo_list (list, minsize, maxsize) 142truncate_undo_list (list, minsize, maxsize)