branch: elpa/swift-mode commit 396f297d3f030ea56372504c7ea9e9a473d4b586 Author: Chris Barrett <chris.d.barr...@me.com> Commit: Chris Barrett <chris.d.barr...@me.com>
Fix test docstring typo --- test/indentation-tests.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/indentation-tests.el b/test/indentation-tests.el index f10c9eb..106dd13 100644 --- a/test/indentation-tests.el +++ b/test/indentation-tests.el @@ -32,9 +32,9 @@ (defmacro check-indentation (description before after) "Declare an ert test for indentation behaviour. -The test will check that the swift indentation command results changes the -buffer from one state to another. It will also test that point is moved to -an expected position. +The test will check that the swift indentation command changes the buffer +from one state to another. It will also test that point is moved to an +expected position. DESCRIPTION is a symbol describing the test.