comparison man/lispref/symbols.texi @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children a4f53d9b3154
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
168 purpose of definitions is to guide programmers and programming tools. 168 purpose of definitions is to guide programmers and programming tools.
169 They inform programmers who read the code that certain symbols are 169 They inform programmers who read the code that certain symbols are
170 @emph{intended} to be used as variables, or as functions. In addition, 170 @emph{intended} to be used as variables, or as functions. In addition,
171 utilities such as @file{etags} and @file{make-docfile} recognize 171 utilities such as @file{etags} and @file{make-docfile} recognize
172 definitions, and add appropriate information to tag tables and the 172 definitions, and add appropriate information to tag tables and the
173 @file{emacs/etc/DOC-@var{version}} file. @xref{Accessing Documentation}. 173 @file{DOC} file. @xref{Accessing Documentation}.
174 174
175 @node Creating Symbols 175 @node Creating Symbols
176 @section Creating and Interning Symbols 176 @section Creating and Interning Symbols
177 @cindex reading symbols 177 @cindex reading symbols
178 178