aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index 3809c83d91d..480a1b07ea6 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -651,7 +651,7 @@ In fact, this calls the function which is the value of
651`undo-outer-limit-function' with one argument, the size. 651`undo-outer-limit-function' with one argument, the size.
652The text above describes the behavior of the function 652The text above describes the behavior of the function
653that variable usually specifies. */); 653that variable usually specifies. */);
654 Vundo_outer_limit = make_number (300000); 654 Vundo_outer_limit = make_number (3000000);
655 655
656 DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function, 656 DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function,
657 doc: /* Function to call when an undo list exceeds `undo-outer-limit'. 657 doc: /* Function to call when an undo list exceeds `undo-outer-limit'.