Mercurial > hg > xemacs-beta
comparison man/lispref/symbols.texi @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
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 |