Mercurial > hg > xemacs-beta
comparison man/lispref/symbols.texi @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | bcdc7deadc19 |
children | c7528f8e288d |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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{DOC} file. @xref{Accessing Documentation}. | 173 @file{emacs/etc/DOC-@var{version}} 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 |