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/classifying-lists.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/elisp/classifying-lists.html (limited to 'devdocs/elisp/classifying-lists.html') diff --git a/devdocs/elisp/classifying-lists.html b/devdocs/elisp/classifying-lists.html deleted file mode 100644 index cb230a61..00000000 --- a/devdocs/elisp/classifying-lists.html +++ /dev/null @@ -1,6 +0,0 @@ -

Classification of List Forms

A form that is a nonempty list is either a function call, a macro call, or a special form, according to its first element. These three kinds of forms are evaluated in different ways, described below. The remaining list elements constitute the arguments for the function, macro, or special form.

The first step in evaluating a nonempty list is to examine its first element. This element alone determines what kind of form the list is and how the rest of the list is to be processed. The first element is not evaluated, as it would be in some Lisp dialects such as Scheme.

-

- 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/Classifying-Lists.html -

-
-- cgit v1.2.3