summaryrefslogtreecommitdiff
path: root/devdocs/bash/numeric-arguments.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/bash/numeric-arguments.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/bash/numeric-arguments.html')
-rw-r--r--devdocs/bash/numeric-arguments.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/devdocs/bash/numeric-arguments.html b/devdocs/bash/numeric-arguments.html
deleted file mode 100644
index cc4c3638..00000000
--- a/devdocs/bash/numeric-arguments.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<h1 class="subsection">Specifying Numeric Arguments</h1> <dl compact> <dt id="index-digit_002dargument-_0028M_002d0_002c-M_002d1_002c-_2026-M_002d_002d_0029"><span><code>digit-argument (<kbd>M-0</kbd>, <kbd>M-1</kbd>, … <kbd>M--</kbd>)</code></span></dt> <dd>
-<p>Add this digit to the argument already accumulating, or start a new argument. <kbd>M--</kbd> starts a negative argument. </p> </dd> <dt id="index-universal_002dargument-_0028_0029"><span><code>universal-argument ()</code></span></dt> <dd><p>This is another way to specify an argument. If this command is followed by one or more digits, optionally with a leading minus sign, those digits define the argument. If the command is followed by digits, executing <code>universal-argument</code> again ends the numeric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a character that is neither a digit nor minus sign, the argument count for the next command is multiplied by four. The argument count is initially one, so executing this function the first time makes the argument count four, a second time makes the argument count sixteen, and so on. By default, this is not bound to a key. </p></dd> </dl><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.<br>Licensed under the GNU Free Documentation License.<br>
- <a href="https://www.gnu.org/software/bash/manual/html_node/Numeric-Arguments.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Numeric-Arguments.html</a>
- </p>
-</div>