diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-13 18:33:54 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-13 18:33:54 +0000 |
commit | f06cd13688b4271a5f3ee3e1ffac4710ed9d19db (patch) | |
tree | b984fcb74ffea39b67f53e2b4d9e6827de1c1c18 /src/undo.c | |
parent | 4a095293c475f963b51f953bd92b0e1fad67a1a7 (diff) | |
download | emacs-f06cd13688b4271a5f3ee3e1ffac4710ed9d19db.tar.gz |
entered into RCS
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 4 |
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) |