elisp: Symbols

 
 8 Symbols
 *********
 
 A “symbol” is an object with a unique name.  This chapter describes
 symbols, their components, their property lists, and how they are
 created and interned.  Separate chapters describe the use of symbols as
DONTPRINTYET  variables and as function names; see SeeVariables, and *noteDONTPRINTYET DONTPRINTYET  variables and as function names; see SeeVariables, and See
 Functions.  For the precise read syntax for symbols, see *noteSymbol
DONTPRINTYET DONTPRINTYET  variables and as function names; see SeeVariables, and See
 Functions.  For the precise read syntax for symbols, see SeeSymbol

 Type.
 
    You can test whether an arbitrary Lisp object is a symbol with
 ‘symbolp’:
 
  -- Function: symbolp object
      This function returns ‘t’ if OBJECT is a symbol, ‘nil’ otherwise.
 

Menu