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

Buffer Text Notation

Some examples describe modifications to the contents of a buffer, by showing the before and after versions of the text. These examples show the contents of the buffer in question between two lines of dashes containing the buffer name. In addition, ‘’ indicates the location of point. (The symbol for point, of course, is not part of the text in the buffer; it indicates the place between two characters where point is currently located.)

---------- Buffer: foo ----------
-This is the ∗contents of foo.
----------- Buffer: foo ----------
-
-(insert "changed ")
-     ⇒ nil
----------- Buffer: foo ----------
-This is the changed ∗contents of foo.
----------- Buffer: foo ----------
-
-
-

- 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/Buffer-Text-Notation.html -

-
-- cgit v1.2.3