diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-04-07 02:06:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-04-07 02:06:52 +0000 |
commit | b3646b8506c42a35b6eea5a178fe5efedf841421 (patch) | |
tree | 7d97482db26f4463e5bbb75ad66543795b7272d7 /lispref | |
parent | 77bf576c2232365d3f9d5ae179af9ea9c6ec4ead (diff) | |
download | emacs-b3646b8506c42a35b6eea5a178fe5efedf841421.tar.gz |
(Definitions): Improve index entry.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/symbols.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/symbols.texi b/lispref/symbols.texi index eb826b444c3..2333417eee9 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.texi @@ -139,7 +139,7 @@ symbol naming a function written in Lisp would have a lambda expression @node Definitions, Creating Symbols, Symbol Components, Symbols @section Defining Symbols -@cindex definition of a symbol +@cindex definitions of symbols A @dfn{definition} in Lisp is a special form that announces your intention to use a certain symbol in a particular way. In Emacs Lisp, |