aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/04_WorkingWithFiles.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 16:09:29 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 16:09:29 -0400
commit6600c4f959bb4ea91a2f632bfc5375f7e75e40c4 (patch)
tree3c108fa22c3c6d6d32ea7beef55039bd845149d5 /doc/04_WorkingWithFiles.md
parent7d1f21b44479d8b4484f8e27872eafd203b0e727 (diff)
Renamed "language-specific" modules to just "language modules" in documentation.
Diffstat (limited to 'doc/04_WorkingWithFiles.md')
-rw-r--r--doc/04_WorkingWithFiles.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/04_WorkingWithFiles.md b/doc/04_WorkingWithFiles.md
index 764b9c0b..c8fc43c5 100644
--- a/doc/04_WorkingWithFiles.md
+++ b/doc/04_WorkingWithFiles.md
@@ -37,8 +37,8 @@ settings in the buffer status statusbar.
#### Indentation
-Usually, [language-specific modules][] or [user settings][] dictate the
-buffer's indentation setting. By default, indentation is 2 spaces. Pressing
+Usually, [language modules][] or [user settings][] dictate the buffer's
+indentation setting. By default, indentation is 2 spaces. Pressing
`Ctrl+Alt+Shift+T` (`^⇧T` on Mac OSX | `M-T` or `M-S-T` in curses) manually
toggles between using tabs and spaces, although this only affects future
indentation. Existing indentation remains unchanged. `Ctrl+Alt+I` (`^I` | `M-I`)
@@ -46,7 +46,7 @@ performs the conversion. (If the buffer uses tabs, all indenting spaces convert
to tabs. If the buffer uses spaces, all indenting tabs convert to spaces.)
Similarly, the "Buffer -> Indentation" menu manually sets indentation size.
-[language-specific modules]: 07_Modules.html#Buffer.Properties
+[language modules]: 07_Modules.html#Buffer.Properties
[user settings]: 08_Preferences.html#Buffer.Properties
#### Line Endings