/[emacs]/emacs/lispintro/emacs-lisp-intro.texi
ViewVC logotype

Diff of /emacs/lispintro/emacs-lisp-intro.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by bob, Mon Dec 17 19:24:09 2001 UTC revision 1.8 by bob, Thu Jan 3 17:44:51 2002 UTC
# Line 9853  the value of @code{count} is equal to or Line 9853  the value of @code{count} is equal to or
9853  @code{desired-number}.  The expression that increments the count can be  @code{desired-number}.  The expression that increments the count can be
9854  a simple @code{setq} such as @code{(setq count (1+ count))}, where  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  @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  argument.  (The expression @w{@code{(1+ count)}} has the same result as
9857  @code{(+ count 1)}, but is easier for a human to read.)  @code{(+ count 1)}, but is easier for a human to read.)
9858    
9859  @need 1250  @need 1250

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26