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

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

[elpa] externals/mmm-mode 1b1b2f5f47 10/14: Correct the docstring of mmm


From: ELPA Syncer
Subject: [elpa] externals/mmm-mode 1b1b2f5f47 10/14: Correct the docstring of mmm-clear-all-regions
Date: Mon, 10 Oct 2022 18:57:51 -0400 (EDT)

branch: externals/mmm-mode
commit 1b1b2f5f47451f03cf488cda738aa8e9511b75d1
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Correct the docstring of mmm-clear-all-regions
    
    Use double space between sentences everywhere, and escape the single
    quote.
---
 mmm-cmds.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mmm-cmds.el b/mmm-cmds.el
index 40fcfb9b3c..8ce6200c58 100644
--- a/mmm-cmds.el
+++ b/mmm-cmds.el
@@ -185,13 +185,13 @@ Use this command if a submode region's boundaries have 
become wrong."
 (cl-defun mmm-end-current-region (&optional arg)
   "End current submode region.
 If ARG is nil, end it at the most appropriate place, usually its
-current back boundary. If ARG is non-nil, end it at point. If the
+current back boundary.  If ARG is non-nil, end it at point.  If the
 current region is correctly bounded, the first does nothing, but the
 second deletes that delimiter as well.
 
 If the region's BACK property is a string, it is inserted as above and
-the overlay moved if necessary. If it is a function, it is called with
-two arguments--the overlay, and \(if ARG 'middle t)--and must do the
+the overlay moved if necessary.  If it is a function, it is called with
+two arguments -- the overlay, and \(if ARG \\='middle t) -- and must do the
 entire job of this function."
   (interactive "P")
   (let ((ovl (mmm-overlay-at)))



reply via email to

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