From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/forms.html | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 devdocs/elisp/forms.html (limited to 'devdocs/elisp/forms.html') diff --git a/devdocs/elisp/forms.html b/devdocs/elisp/forms.html deleted file mode 100644 index c665280b..00000000 --- a/devdocs/elisp/forms.html +++ /dev/null @@ -1,46 +0,0 @@ -

Kinds of Forms

A Lisp object that is intended to be evaluated is called a form (or an expression). How Emacs evaluates a form depends on its data type. Emacs has three different kinds of form that are evaluated differently: symbols, lists, and all other types. This section describes all three kinds, one by one, starting with the other types, which are self-evaluating forms.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Forms.html -

-
-- cgit v1.2.3