branch: externals/matlab-mode
commit 336d0816b91b1d0a9a375004ed051662793b7a2c
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
doc/matlab_code_indent.org: minor update
---
doc/matlab_code_indent.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/matlab_code_indent.org b/doc/matlab_code_indent.org
index 88d5e1c08a..f21d141dce 100644
--- a/doc/matlab_code_indent.org
+++ b/doc/matlab_code_indent.org
@@ -238,7 +238,7 @@ When using matlab-ts-mode (and not matlab-mode) the MATLAB
indent engine:
Conversion of tab characters to spaces ensures that code looks the same
when using different
levels of tab stops. For example, UNIX (POSIX) uses tab stops of 8 whereas
Microsoft uses tab
- stops of 4.
+ stops of 4. Note, this doesn't touch TAB characters within strings.
* Indent Engine Design Considerations