emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/undo-fu 0e22308de8 2/2: Fix #17 correct limits (again)


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 0e22308de8 2/2: Fix #17 correct limits (again)
Date: Mon, 16 Jan 2023 05:05:25 -0500 (EST)

branch: elpa/undo-fu
commit 0e22308de8337a9291ddd589edae167d458fbe77
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Fix #17 correct limits (again)
---
 readme.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.rst b/readme.rst
index 8728fd61b9..89395e9f71 100644
--- a/readme.rst
+++ b/readme.rst
@@ -147,7 +147,7 @@ This example sets the limit to 64mb,
 
 .. code-block:: elisp
 
-   (setq undo-limit 671088640) ; 64mb.
+   (setq undo-limit 67108864) ; 64mb.
    (setq undo-strong-limit 100663296) ; 96mb.
    (setq undo-outer-limit 1006632960) ; 960mb.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]