The particular form of copyleft used by the GNU project is called the
GNU General Public License. See Copying.
defun
. See Defuns.
Some people use the term “pathname” for file names, but we do not;
we use the word “path” only in the term “search path” (q.v.).
fringe
.
See fringe.
next-line
. See Keymaps.
nil
nil
is a value usually interpreted as a logical “false.” Its
opposite is t
, interpreted as “true.”
The Emacs kill commands set the primary selection and the yank command
uses the primary selection when appropriate. See Killing.
load-path
holds a search path for finding Lisp library files. See Lisp Libraries.