Go to the first, previous, next, last section, table of contents.

How do I execute a piece of Emacs Lisp code?

There are a number of ways to execute (called "evaluate") an Emacs Lisp "form":

These functions are also used for evaluating Lisp forms:

  load-library, eval-region, eval-current-buffer, require, autoload

Go to the first, previous, next, last section, table of contents.