mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Put @w{...} around an expression with a poor printed copy page break.
Edit lambda-*.eps image files so arrows line up properly.
This commit is contained in:
parent
121f67fab6
commit
18432d8150
@ -9853,7 +9853,7 @@ the value of @code{count} is equal to or is greater than the
|
||||
@code{desired-number}. The expression that increments the count can be
|
||||
a simple @code{setq} such as @code{(setq count (1+ count))}, where
|
||||
@code{1+} is a built-in function in Emacs Lisp that adds 1 to its
|
||||
argument. (The expression @code{(1+ count)} has the same result as
|
||||
argument. (The expression @w{@code{(1+ count)}} has the same result as
|
||||
@code{(+ count 1)}, but is easier for a human to read.)
|
||||
|
||||
@need 1250
|
||||
|
Loading…
Reference in New Issue
Block a user