summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-04-07 04:46:48 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-04-07 04:46:48 +0000
commitb731690e40882e7c40682b90861b8ce69db33d6e (patch)
tree2ecb1bb569d59686b12f0bd1bb8a0e19bd3fec33 /doc
parente3af59688ab82a7fef77692c90810fbc0900db8b (diff)
downloademacs-b731690e40882e7c40682b90861b8ce69db33d6e.tar.gz
(Some Terms): Change "fonts in this manual" index entry to
"typographic conventions".
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 951de292922..ebff50354b4 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -163,7 +163,7 @@ person reading this manual, are thought of as ``the programmer'' and are
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}.