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

Images

To display an image in an Emacs buffer, you must first create an image descriptor, then use it as a display specifier in the display property of text that is displayed (see Display Property).

Emacs is usually able to display images when it is run on a graphical terminal. Images cannot be displayed in a text terminal, on certain graphical terminals that lack the support for this, or if Emacs is compiled without image support. You can use the function display-images-p to determine if images can in principle be displayed (see Display Feature Testing).

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

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

-
-- cgit v1.2.3