diff options
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 47a5a870fde..df8fa2f8e79 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -10100,9 +10100,8 @@ resources; as it happens, methods that people find easy---that are | |||
| 10100 | frugal of mental resources---sometimes use considerable computer | 10100 | frugal of mental resources---sometimes use considerable computer |
| 10101 | resources. Emacs was designed to run on machines that we now consider | 10101 | resources. Emacs was designed to run on machines that we now consider |
| 10102 | limited and its default settings are conservative. You may want to | 10102 | limited and its default settings are conservative. You may want to |
| 10103 | increase the values of @code{max-specpdl-size} and | 10103 | increase the value of @code{max-lisp-eval-depth}. In my @file{.emacs} |
| 10104 | @code{max-lisp-eval-depth}. In my @file{.emacs} file, I set them to | 10104 | file, I set it to 30 times its default value.}. |
| 10105 | 15 and 30 times their default value.}. | ||
| 10106 | 10105 | ||
| 10107 | @menu | 10106 | @menu |
| 10108 | * while:: Causing a stretch of code to repeat. | 10107 | * while:: Causing a stretch of code to repeat. |