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

Printing Notation

Many of the examples in this manual print text when they are evaluated. If you execute example code in a Lisp Interaction buffer (such as the buffer *scratch*) by typing C-j after the closing parenthesis of the example, the printed text is inserted into the buffer. If you execute the example by other means (such as by evaluating the function eval-region), the printed text is displayed in the echo area.

Examples in this manual indicate printed text with ‘-|’, irrespective of where that text goes. The value returned by evaluating the form follows on a separate line with ‘’.

(progn (prin1 'foo) (princ "\n") (prin1 'bar))
-     -| foo
-     -| bar
-     ⇒ bar
-
-
-

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

-
-- cgit v1.2.3