emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi


From: Robert J. Chassell
Subject: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi
Date: Thu, 03 Jan 2002 12:44:51 -0500

Index: emacs/lispintro/emacs-lisp-intro.texi
diff -c emacs/lispintro/emacs-lisp-intro.texi:1.7 
emacs/lispintro/emacs-lisp-intro.texi:1.8
*** emacs/lispintro/emacs-lisp-intro.texi:1.7   Mon Dec 17 14:24:09 2001
--- emacs/lispintro/emacs-lisp-intro.texi       Thu Jan  3 12:44:51 2002
***************
*** 9853,9859 ****
  @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
  @code{(+ count 1)}, but is easier for a human to read.)
  
  @need 1250
--- 9853,9859 ----
  @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 @address@hidden(1+ count)}} has the same result as
  @code{(+ count 1)}, but is easier for a human to read.)
  
  @need 1250



reply via email to

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