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

Beeping

This section describes how to make Emacs ring the bell (or blink the screen) to attract the user’s attention. Be conservative about how often you do this; frequent bells can become irritating. Also be careful not to use just beeping when signaling an error is more appropriate (see Errors).

Function: ding &optional do-not-terminate -
-

This function beeps, or flashes the screen (see visible-bell below). It also terminates any keyboard macro currently executing unless do-not-terminate is non-nil.

-
-
Function: beep &optional do-not-terminate -

This is a synonym for ding.

-
User Option: visible-bell -

This variable determines whether Emacs should flash the screen to represent a bell. Non-nil means yes, nil means no. This is effective on graphical displays, and on text terminals provided the terminal’s Termcap entry defines the visible bell capability (‘vb’).

-
User Option: ring-bell-function -

If this is non-nil, it specifies how Emacs should ring the bell. Its value should be a function of no arguments. If this is non-nil, it takes precedence over the visible-bell variable.

-
-

- 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/Beeping.html -

-
-- cgit v1.2.3