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/echo-area-customization.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 devdocs/elisp/echo-area-customization.html (limited to 'devdocs/elisp/echo-area-customization.html') diff --git a/devdocs/elisp/echo-area-customization.html b/devdocs/elisp/echo-area-customization.html deleted file mode 100644 index 50eb1c2c..00000000 --- a/devdocs/elisp/echo-area-customization.html +++ /dev/null @@ -1,18 +0,0 @@ -

Echo Area Customization

These variables control details of how the echo area works.

Variable: cursor-in-echo-area -
-

This variable controls where the cursor appears when a message is displayed in the echo area. If it is non-nil, then the cursor appears at the end of the message. Otherwise, the cursor appears at point—not in the echo area at all.

The value is normally nil; Lisp programs bind it to t for brief periods of time.

-
-
Variable: echo-area-clear-hook -

This normal hook is run whenever the echo area is cleared—either by (message nil) or for any other reason.

-
User Option: echo-keystrokes -
-

This variable determines how much time should elapse before command characters echo. Its value must be a number, and specifies the number of seconds to wait before echoing. If the user types a prefix key (such as C-x) and then delays this many seconds before continuing, the prefix key is echoed in the echo area. (Once echoing begins in a key sequence, all subsequent characters in the same key sequence are echoed immediately.)

If the value is zero, then command input is not echoed.

-
-
Variable: message-truncate-lines -

Normally, displaying a long message resizes the echo area to display the entire message, wrapping long line as needed. But if the variable message-truncate-lines is non-nil, long lines of echo-area message are instead truncated to fit the mini-window width.

-

The variable max-mini-window-height, which specifies the maximum height for resizing minibuffer windows, also applies to the echo area (which is really a special use of the minibuffer window; see Minibuffer Windows).

-

- 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/Echo-Area-Customization.html -

-
-- cgit v1.2.3