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/indent-tabs.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devdocs/elisp/indent-tabs.html (limited to 'devdocs/elisp/indent-tabs.html') diff --git a/devdocs/elisp/indent-tabs.html b/devdocs/elisp/indent-tabs.html deleted file mode 100644 index 23f4c45e..00000000 --- a/devdocs/elisp/indent-tabs.html +++ /dev/null @@ -1,12 +0,0 @@ -

Adjustable Tab Stops

This section explains the mechanism for user-specified tab stops and the mechanisms that use and set them. The name “tab stops” is used because the feature is similar to that of the tab stops on a typewriter. The feature works by inserting an appropriate number of spaces and tab characters to reach the next tab stop column; it does not affect the display of tab characters in the buffer (see Usual Display). Note that the TAB character as input uses this tab stop feature only in a few major modes, such as Text mode. See Tab Stops in The GNU Emacs Manual.

Command: tab-to-tab-stop -

This command inserts spaces or tabs before point, up to the next tab stop column defined by tab-stop-list.

-
User Option: tab-stop-list -
-

This variable defines the tab stop columns used by tab-to-tab-stop. It should be either nil, or a list of increasing integers, which need not be evenly spaced. The list is implicitly extended to infinity through repetition of the interval between the last and penultimate elements (or tab-width if the list has fewer than two elements). A value of nil means a tab stop every tab-width columns.

Use M-x edit-tab-stops to edit the location of tab stops interactively.

-
-
-

- 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/Indent-Tabs.html -

-
-- cgit v1.2.3