diff options
| -rw-r--r-- | lisp/simple.el | 2 |
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 | |||
| 1576 | interaction; you may want to use them instead of manipulating the kill | 1576 | interaction; you may want to use them instead of manipulating the kill |
| 1577 | ring directly.") | 1577 | ring 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) |