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

Basic Parameters

These frame parameters give the most basic information about the frame. title and name are meaningful on all terminals.

display
-

The display on which to open this frame. It should be a string of the form ‘host:dpy.screen’, just like the DISPLAY environment variable. See Multiple Terminals, for more details about display names.

display-type
-

This parameter describes the range of possible colors that can be used in this frame. Its value is color, grayscale or mono.

title
-

If a frame has a non-nil title, it appears in the window system’s title bar at the top of the frame, and also in the mode line of windows in that frame if mode-line-frame-identification uses ‘%F’ (see %-Constructs). This is normally the case when Emacs is not using a window system, and can only display one frame at a time. See Frame Titles.

name
-

The name of the frame. The frame name serves as a default for the frame title, if the title parameter is unspecified or nil. If you don’t specify a name, Emacs sets the frame name automatically (see Frame Titles).

If you specify the frame name explicitly when you create the frame, the name is also used (instead of the name of the Emacs executable) when looking up X resources for the frame.

explicit-name

If the frame name was specified explicitly when the frame was created, this parameter will be that name. If the frame wasn’t explicitly named, this parameter will be nil.

-

- 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/Basic-Parameters.html -

-
-- cgit v1.2.3