X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fsymbols.texi;fp=man%2Flispref%2Fsymbols.texi;h=9fb7a92b7bca67377dff1d86b23d9ff5125919b8;hb=b3351eb8b21e0018c9b1c7f864564480f8abd4b3;hp=30918763d557cbee4b162680527e9b2faea9072f;hpb=40b4636f51b135cc4c777c8850986e95ddba1044;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/symbols.texi b/man/lispref/symbols.texi index 3091876..9fb7a92 100644 --- a/man/lispref/symbols.texi +++ b/man/lispref/symbols.texi @@ -11,8 +11,8 @@ describes symbols, their components, their property lists, and how they are created and interned. Separate chapters describe the use of symbols as variables and as function names; see @ref{Variables}, and -@ref{Functions}. For the precise read syntax for symbols, see -@ref{Symbol Type}. +@ref{Functions and Commands}. For the precise read syntax for symbols, +see @ref{Symbol Type}. You can test whether an arbitrary Lisp object is a symbol with @code{symbolp}: @@ -154,7 +154,7 @@ lambda expression thus becomes the function definition of the symbol. cell, is derived from the idea that @code{defun} gives the symbol its definition as a function.) @code{defsubst}, @code{define-function} and @code{defalias} are other ways of defining a function. -@xref{Functions}. +@xref{Functions and Commands}. @code{defmacro} defines a symbol as a macro. It creates a macro object and stores it in the function cell of the symbol. Note that a