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

Command Loop

When you run Emacs, it enters the editor command loop almost immediately. This loop reads key sequences, executes their definitions, and displays the results. In this chapter, we describe how these things are done, and the subroutines that allow Lisp programs to do them.

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

- 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/Command-Loop.html -

-
-- cgit v1.2.3