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: Fri, 07 Dec 2001 09:25:17 -0500

Index: emacs/lispintro/emacs-lisp-intro.texi
diff -c emacs/lispintro/emacs-lisp-intro.texi:1.4 
emacs/lispintro/emacs-lisp-intro.texi:1.5
*** emacs/lispintro/emacs-lisp-intro.texi:1.4   Thu Nov 29 07:08:42 2001
--- emacs/lispintro/emacs-lisp-intro.texi       Fri Dec  7 09:25:16 2001
***************
*** 21,28 ****
  
  @comment %**end of header
  
! @set edition-number 2.02
! @set update-date 2001 Nov 25
  
  @ignore
   ## Summary of shell commands to create various output formats:
--- 21,28 ----
  
  @comment %**end of header
  
! @set edition-number 2.03
! @set update-date 2001 Dec  7
  
  @ignore
   ## Summary of shell commands to create various output formats:
***************
*** 4950,4959 ****
  @noindent
  (The expression works nearly the same as before.  It sets a mark at
  the highest numbered place in the buffer that it can.  However, in
! this version, @code{push-mark} has two additional arguments The second
! argument to @code{push-mark} is @code{nil}.  This tells the function
! it should @emph{not} display a message that says `Mark set' when it
! pushes the mark.  The third argument is @code{t}.  This tells
  @code{push-mark} to activate the mark when Transient Mark mode is
  turned on.  Transient Mark mode highlights the currently active
  region.  It is usually turned off.)
--- 4950,4959 ----
  @noindent
  (The expression works nearly the same as before.  It sets a mark at
  the highest numbered place in the buffer that it can.  However, in
! this version, @code{push-mark} has two additional arguments.  The
! second argument to @code{push-mark} is @code{nil}.  This tells the
! function it @emph{should} display a message that says `Mark set' when
! it pushes the mark.  The third argument is @code{t}.  This tells
  @code{push-mark} to activate the mark when Transient Mark mode is
  turned on.  Transient Mark mode highlights the currently active
  region.  It is usually turned off.)



reply via email to

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