From 6600c4f959bb4ea91a2f632bfc5375f7e75e40c4 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 8 Jul 2013 16:09:29 -0400 Subject: Renamed "language-specific" modules to just "language modules" in documentation. --- doc/04_WorkingWithFiles.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/04_WorkingWithFiles.md') 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 -- cgit v1.2.3