summaryrefslogtreecommitdiff
path: root/devdocs/elisp/control-parsing.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/control-parsing.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/control-parsing.html')
-rw-r--r--devdocs/elisp/control-parsing.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/devdocs/elisp/control-parsing.html b/devdocs/elisp/control-parsing.html
deleted file mode 100644
index d91c6ba6..00000000
--- a/devdocs/elisp/control-parsing.html
+++ /dev/null
@@ -1,15 +0,0 @@
- <h4 class="subsection">Parameters to Control Parsing</h4> <dl> <dt id="multibyte-syntax-as-symbol">Variable: <strong>multibyte-syntax-as-symbol</strong>
-</dt> <dd><p>If this variable is non-<code>nil</code>, <code>scan-sexps</code> treats all non-<acronym>ASCII</acronym> characters as symbol constituents regardless of what the syntax table says about them. (However, <code>syntax-table
-</code>text properties can still override the syntax.) </p></dd>
-</dl> <dl> <dt id="parse-sexp-ignore-comments">User Option: <strong>parse-sexp-ignore-comments</strong>
-</dt> <dd>
- <p>If the value is non-<code>nil</code>, then comments are treated as whitespace by the functions in this section and by <code>forward-sexp</code>, <code>scan-lists</code> and <code>scan-sexps</code>. </p>
-</dd>
-</dl> <p>The behavior of <code>parse-partial-sexp</code> is also affected by <code>parse-sexp-lookup-properties</code> (see <a href="syntax-properties">Syntax Properties</a>). </p> <dl> <dt id="comment-end-can-be-escaped">Variable: <strong>comment-end-can-be-escaped</strong>
-</dt> <dd><p>If this buffer local variable is non-<code>nil</code>, a single character which usually terminates a comment doesn’t do so when that character is escaped. This is used in C and C++ Modes, where line comments starting with ‘<samp>//</samp>’ can be continued onto the next line by escaping the newline with ‘<samp>\</samp>’. </p></dd>
-</dl> <p>You can use <code>forward-comment</code> to move forward or backward over one comment or several comments. </p><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/Control-Parsing.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Control-Parsing.html</a>
- </p>
-</div>