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

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

[nongnu] elpa/undo-fu 3d1851522b 1/2: Fix #17: correct undo limits in re


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 3d1851522b 1/2: Fix #17: correct undo limits in readme
Date: Mon, 16 Jan 2023 05:05:25 -0500 (EST)

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

    Fix #17: correct undo limits in readme
---
 readme.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

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