comparison lispintro/emacs-lisp-intro.texi @ 41872:2a4f1d831675

Fixed typographic error.
author Robert J. Chassell <bob@rattlesnake.com>
date Fri, 07 Dec 2001 14:25:16 +0000
parents ea1354316d4f
children dcab51f5352e
comparison
equal deleted inserted replaced
41871:19e9ac869f66 41872:2a4f1d831675
19 @c clear print-postscript-figures 19 @c clear print-postscript-figures
20 @c --------- 20 @c ---------
21 21
22 @comment %**end of header 22 @comment %**end of header
23 23
24 @set edition-number 2.02 24 @set edition-number 2.03
25 @set update-date 2001 Nov 25 25 @set update-date 2001 Dec 7
26 26
27 @ignore 27 @ignore
28 ## Summary of shell commands to create various output formats: 28 ## Summary of shell commands to create various output formats:
29 29
30 ## Info output 30 ## Info output
4948 @end smallexample 4948 @end smallexample
4949 4949
4950 @noindent 4950 @noindent
4951 (The expression works nearly the same as before. It sets a mark at 4951 (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 4952 the highest numbered place in the buffer that it can. However, in
4953 this version, @code{push-mark} has two additional arguments The second 4953 this version, @code{push-mark} has two additional arguments. The
4954 argument to @code{push-mark} is @code{nil}. This tells the function 4954 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 4955 function it @emph{should} display a message that says `Mark set' when
4956 pushes the mark. The third argument is @code{t}. This tells 4956 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 4957 @code{push-mark} to activate the mark when Transient Mark mode is
4958 turned on. Transient Mark mode highlights the currently active 4958 turned on. Transient Mark mode highlights the currently active
4959 region. It is usually turned off.) 4959 region. It is usually turned off.)
4960 4960
4961 Finally, the last line of the function is @code{(goto-char 4961 Finally, the last line of the function is @code{(goto-char