# HG changeset patch # User Robert J. Chassell # Date 1007735116 0 # Node ID 2a4f1d83167521f1009440a0595a4b80940326ba # Parent 19e9ac869f66bd7ee9bf4b4ca6fd0f1df6c114fe Fixed typographic error. diff -r 19e9ac869f66 -r 2a4f1d831675 lispintro/emacs-lisp-intro.texi --- a/lispintro/emacs-lisp-intro.texi Fri Dec 07 13:35:25 2001 +0000 +++ b/lispintro/emacs-lisp-intro.texi Fri Dec 07 14:25:16 2001 +0000 @@ -21,8 +21,8 @@ @comment %**end of header -@set edition-number 2.02 -@set update-date 2001 Nov 25 +@set edition-number 2.03 +@set update-date 2001 Dec 7 @ignore ## Summary of shell commands to create various output formats: @@ -4950,10 +4950,10 @@ @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 +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.)