diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-04-07 04:46:48 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-04-07 04:46:48 +0000 |
commit | b731690e40882e7c40682b90861b8ce69db33d6e (patch) | |
tree | 2ecb1bb569d59686b12f0bd1bb8a0e19bd3fec33 /doc/lispref/intro.texi | |
parent | e3af59688ab82a7fef77692c90810fbc0900db8b (diff) | |
download | emacs-b731690e40882e7c40682b90861b8ce69db33d6e.tar.gz |
(Some Terms): Change "fonts in this manual" index entry to
"typographic conventions".
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r-- | doc/lispref/intro.texi | 2 |
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}. |