branch: externals/matlab-mode
commit 46aa9bca80fe18f3eb7b8970e480dfb6e7e80076
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
README.org: update indent example
---
README.org | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index c5bfd0d811..ea83207233 100644
--- a/README.org
+++ b/README.org
@@ -97,15 +97,15 @@ Example:
function out= indent_example( in1, ...
input2)
% INDENT_EXAMPLE - an indent example
- % This illustrates some of the capabilities of the MATLAB indent
engine.
+ % This illustrates some of the capabilities of the matlab-ts-mode
indent engine.
arguments
in1 = 10
- input2= 20;
+ input2= 20;
end
- mat = [100,2 300.2
- 3 400,4];
+ mat = [100,2 300.2
+ 3 400,4];
s = struct( 'f1',1, ...
'otherField', in1+input2);
@@ -132,7 +132,7 @@ aligned, etc.
function out = indent_example(in1, ...
input2)
% INDENT_EXAMPLE - an indent example
- % This illustrates some of the capabilities of the MATLAB indent engine.
+ % This illustrates some of the capabilities of the matlab-ts-mode indent
engine.
arguments
in1 = 10