From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/buffer-text-notation.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create 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 new file mode 100644 index 00000000..73b8feba --- /dev/null +++ b/devdocs/elisp/buffer-text-notation.html @@ -0,0 +1,16 @@ +

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