Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 487 Bytes

lisp.md

File metadata and controls

18 lines (12 loc) · 487 Bytes

https://www.gnu.org/software/emacs/manual/eintr.html

'(apple orange kiwi)
'(this list includes "text between quotation marks.")
(+ 2 2)

The slightly odd word, void-function, is designed to cover the way Emacs Lisp is implemented, which is that when a symbol does not have a function de nition attached to it, the place that should contain the instructions is void.

Symbols can have both a value and a function associated to them.

Emacs

Run lisp expression: c-x c-e