/[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.4 by bob, Thu Nov 29 12:08:42 2001 UTC revision 1.5 by bob, Fri Dec 7 14:25:16 2001 UTC
# Line 21  Line 21 
21    
22  @comment %**end of header  @comment %**end of header
23    
24  @set edition-number 2.02  @set edition-number 2.03
25  @set update-date 2001 Nov 25  @set update-date 2001 Dec  7
26    
27  @ignore  @ignore
28   ## Summary of shell commands to create various output formats:   ## Summary of shell commands to create various output formats:
# Line 4950  complicated than shown here.  The line r Line 4950  complicated than shown here.  The line r
4950  @noindent  @noindent
4951  (The expression works nearly the same as before.  It sets a mark at  (The expression works nearly the same as before.  It sets a mark at
4952  the highest numbered place in the buffer that it can.  However, in  the highest numbered place in the buffer that it can.  However, in
4953  this version, @code{push-mark} has two additional arguments The second  this version, @code{push-mark} has two additional arguments.  The
4954  argument to @code{push-mark} is @code{nil}.  This tells the function  second argument to @code{push-mark} is @code{nil}.  This tells the
4955  it should @emph{not} display a message that says `Mark set' when it  function it @emph{should} display a message that says `Mark set' when
4956  pushes the mark.  The third argument is @code{t}.  This tells  it pushes the mark.  The third argument is @code{t}.  This tells
4957  @code{push-mark} to activate the mark when Transient Mark mode is  @code{push-mark} to activate the mark when Transient Mark mode is
4958  turned on.  Transient Mark mode highlights the currently active  turned on.  Transient Mark mode highlights the currently active
4959  region.  It is usually turned off.)  region.  It is usually turned off.)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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