diff doc/lispref/intro.texi @ 93814:e024e293c965

(Some Terms): Change "fonts in this manual" index entry to "typographic conventions".
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 07 Apr 2008 04:46:48 +0000
parents 107ccd98fa12
children de02caa08f70
line wrap: on
line diff
--- a/doc/lispref/intro.texi	Mon Apr 07 04:46:40 2008 +0000
+++ b/doc/lispref/intro.texi	Mon Apr 07 04:46:48 2008 +0000
@@ -163,7 +163,7 @@
 addressed as ``you.''  ``The user'' is the person who uses Lisp
 programs, including those you write.
 
-@cindex fonts in this manual
+@cindex typographic conventions
   Examples of Lisp code are formatted like this: @code{(list 1 2 3)}.
 Names that represent metasyntactic variables, or arguments to a function
 being described, are formatted like this: @var{first-number}.