aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index d8acf1f9c25..f02e2f478a9 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1576,7 +1576,7 @@ interact nicely with `interprogram-cut-function' and
1576interaction; you may want to use them instead of manipulating the kill 1576interaction; you may want to use them instead of manipulating the kill
1577ring directly.") 1577ring directly.")
1578 1578
1579(defcustom kill-ring-max 30 1579(defcustom kill-ring-max 60
1580 "*Maximum length of kill ring before oldest elements are thrown away." 1580 "*Maximum length of kill ring before oldest elements are thrown away."
1581 :type 'integer 1581 :type 'integer
1582 :group 'killing) 1582 :group 'killing)