# HG changeset patch # User Jim Blandy # Date 711052434 0 # Node ID 4dffad9d353d15f24107d3be031014ae2f29a6ea # Parent 012c1f6e9e7d37c7e970c879cb69cc43e34e0948 entered into RCS diff -r 012c1f6e9e7d -r 4dffad9d353d src/undo.c --- a/src/undo.c Sun Jul 12 03:26:48 1992 +0000 +++ b/src/undo.c Mon Jul 13 18:33:54 1992 +0000 @@ -135,8 +135,8 @@ /* 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)