summaryrefslogtreecommitdiff
path: root/devdocs/elisp/buffer-text-notation.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/buffer-text-notation.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/buffer-text-notation.html')
-rw-r--r--devdocs/elisp/buffer-text-notation.html16
1 files changed, 0 insertions, 16 deletions
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 @@
- <h4 class="subsection">Buffer Text Notation</h4> <p>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, ‘<samp>∗</samp>’ indicates the location of point. (The symbol for point, of course, is not part of the text in the buffer; it indicates the place <em>between</em> two characters where point is currently located.) </p> <div class="example"> <pre class="example">---------- Buffer: foo ----------
-This is the ∗contents of foo.
----------- Buffer: foo ----------
-
-(insert "changed ")
- ⇒ nil
----------- Buffer: foo ----------
-This is the changed ∗contents of foo.
----------- Buffer: foo ----------
-</pre>
-</div><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Buffer-Text-Notation.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Buffer-Text-Notation.html</a>
- </p>
-</div>