emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8dcb066 414/433: Reword docstring & fix indentation


From: Dmitry Gutov
Subject: [elpa] master 8dcb066 414/433: Reword docstring & fix indentation
Date: Thu, 15 Mar 2018 19:44:46 -0400 (EDT)

branch: master
commit 8dcb066e1f02e3193663bc164bf106be58fa92c8
Author: Adam <address@hidden>
Commit: Adam <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]