diff options
| author | Robert J. Chassell | 2002-01-03 17:44:51 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2002-01-03 17:44:51 +0000 |
| commit | 18432d8150bea1c84c7afe927a97c1da2fadcef3 (patch) | |
| tree | f8aa36ba92d8b7c79135cc4f172f58be2e1dd8d5 | |
| parent | 121f67fab6f808c8a7e4d7e819f655ef12ba0ece (diff) | |
| download | emacs-18432d8150bea1c84c7afe927a97c1da2fadcef3.tar.gz emacs-18432d8150bea1c84c7afe927a97c1da2fadcef3.zip | |
Put @w{...} around an expression with a poor printed copy page break.
Edit lambda-*.eps image files so arrows line up properly.
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 1968a3256df..8052550d592 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi | |||
| @@ -9853,7 +9853,7 @@ the value of @code{count} is equal to or is greater than the | |||
| 9853 | @code{desired-number}. The expression that increments the count can be | 9853 | @code{desired-number}. The expression that increments the count can be |
| 9854 | a simple @code{setq} such as @code{(setq count (1+ count))}, where | 9854 | a simple @code{setq} such as @code{(setq count (1+ count))}, where |
| 9855 | @code{1+} is a built-in function in Emacs Lisp that adds 1 to its | 9855 | @code{1+} is a built-in function in Emacs Lisp that adds 1 to its |
| 9856 | argument. (The expression @code{(1+ count)} has the same result as | 9856 | argument. (The expression @w{@code{(1+ count)}} has the same result as |
| 9857 | @code{(+ count 1)}, but is easier for a human to read.) | 9857 | @code{(+ count 1)}, but is easier for a human to read.) |
| 9858 | 9858 | ||
| 9859 | @need 1250 | 9859 | @need 1250 |