branch: master
commit 8dcb066e1f02e3193663bc164bf106be58fa92c8
Author: Adam <[email protected]>
Commit: Adam <[email protected]>
Reword docstring & fix indentation
---
mmm-region.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mmm-region.el b/mmm-region.el
index a0e5de5..1a297f3 100644
--- a/mmm-region.el
+++ b/mmm-region.el
@@ -872,8 +872,8 @@ buffer. It's supposed to delegate to the appropriate
submode's
indentation function. See `mmm-indent-line' as the starting point.")
(defun mmm-indent-line-narrowed ()
- "An indent function which works on modes which don't play well with mmm-mode.
-Works like `mmm-indent-line' , but narrows the buffer before indenting to
+ "An indent function which works on some modes where `mmm-indent-line'
doesn't.
+Works like `mmm-indent-line', but narrows the buffer before indenting to
appease modes which rely on constructs like (point-min) to indent."
(interactive)
(funcall
@@ -896,7 +896,7 @@ appease modes which rely on constructs like (point-min) to
indent."
(defun mmm-indent-line ()
(interactive)
(funcall
- (save-excursion
+ (save-excursion
(back-to-indentation)
(mmm-update-submode-region)
(get