summaryrefslogtreecommitdiff
path: root/src/undo.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-13 18:33:54 +0000
committerJim Blandy <jimb@redhat.com>1992-07-13 18:33:54 +0000
commit7bfef73c8eaada25d4401d72031a403c6e05ff0a (patch)
treec07cf40999de50f12eda6352f51e14c9d52312e7 /src/undo.c
parentab8932c017bc3446a5dde93dd68d297485471d11 (diff)
downloademacs-7bfef73c8eaada25d4401d72031a403c6e05ff0a.tar.gz
entered into RCS
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.")
/* At garbage collection time, make an undo list shorter at the end,
returning the truncated list.
MINSIZE and MAXSIZE are the limits on size allowed, as described below.
- In practice, these are the values of undo-threshold and
- undo-high-threshold. */
+ In practice, these are the values of undo-limit and
+ undo-strong-limit. */
Lisp_Object
truncate_undo_list (list, minsize, maxsize)