Next: Crash course for Elisp users, Up: The language [Contents][Index]
The following sections explain some of the most important Lisp concepts and the conventions I’ve used in this manual. If you know Emacs lisp, see also See Crash course for Elisp users.
| • Features as Lisp: | ||
| • nil and t: | Boolean values in Lisp | |
| • The Lisp Reader: | Basic program structure | |
| • Notation: | Special glyphs used | |
| • Descriptions: | How functions and variables are documented |