diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2001-12-07 14:25:16 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2001-12-07 14:25:16 +0000 |
commit | f10c30129cc65f090a85680ab79504b5aeb9b683 (patch) | |
tree | 9aa7d163b42852a721209d99b2f21c2334186fce /lispintro | |
parent | 15af49b586776598a8a62f2b4aef65ce09a2be49 (diff) | |
download | emacs-f10c30129cc65f090a85680ab79504b5aeb9b683.tar.gz |
Fixed typographic error.
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 42251c39234..8807f5439e8 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -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 @@ complicated than shown here. The line reads @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.) |