comparison lispref/tips.texi @ 27193:89afca54a135

@ifinto -> @ifnottex.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jan 2000 15:18:01 +0000
parents d2e5f1b7d8e2
children c06ae9d8e6b0
comparison
equal deleted inserted replaced
27192:f70a80cecdd3 27193:89afca54a135
543 When a documentation string refers to a Lisp symbol, write it as it 543 When a documentation string refers to a Lisp symbol, write it as it
544 would be printed (which usually means in lower case), with single-quotes 544 would be printed (which usually means in lower case), with single-quotes
545 around it. For example: @samp{`lambda'}. There are two exceptions: 545 around it. For example: @samp{`lambda'}. There are two exceptions:
546 write @code{t} and @code{nil} without single-quotes. 546 write @code{t} and @code{nil} without single-quotes.
547 @end iftex 547 @end iftex
548 @ifinfo 548 @ifnottex
549 When a documentation string refers to a Lisp symbol, write it as it 549 When a documentation string refers to a Lisp symbol, write it as it
550 would be printed (which usually means in lower case), with single-quotes 550 would be printed (which usually means in lower case), with single-quotes
551 around it. For example: @samp{lambda}. There are two exceptions: write 551 around it. For example: @samp{lambda}. There are two exceptions: write
552 t and nil without single-quotes. (In this manual, we use a different 552 t and nil without single-quotes. (In this manual, we use a different
553 convention, with single-quotes for all symbols.) 553 convention, with single-quotes for all symbols.)
554 @end ifinfo 554 @end ifnottex
555 555
556 Help mode automatically creates a hyperlink when a documentation string 556 Help mode automatically creates a hyperlink when a documentation string
557 uses a symbol name inside single quotes, if the symbol has either a 557 uses a symbol name inside single quotes, if the symbol has either a
558 function or a variable definition. You do not need to do anything 558 function or a variable definition. You do not need to do anything
559 special to make use of this feature. However, when a symbol has both a 559 special to make use of this feature. However, when a symbol has both a