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

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

[elpa] master ad6a934 199/433: # Updated docstring


From: Dmitry Gutov
Subject: [elpa] master ad6a934 199/433: # Updated docstring
Date: Thu, 15 Mar 2018 19:44:01 -0400 (EDT)

branch: master
commit ad6a9340b12470725c87f641767de44da3962d79
Author: mas <mas>
Commit: mas <mas>

    # Updated docstring
---
 mmm-vars.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/mmm-vars.el b/mmm-vars.el
index 51a772e..5d016e4 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-vars.el,v 1.38 2001/01/13 03:55:46 mas Exp $
+;; Version: $Id: mmm-vars.el,v 1.39 2001/01/14 01:26:53 mas Exp $
 
 ;;{{{ GPL
 
@@ -557,10 +557,9 @@ FRONT-VERIFY and BACK-VERIFY, if supplied, must be 
functions that
 inspect the match data to see if a match found by FRONT or BACK
 respectively is valid.
 
-If SAVE-MATCHES is supplied, it must be a number, and means to format
-BACK, if it is a regexp, by replacing strings of the form \"~N\" by
-the corresponding value of \(match-string n) after matching FRONT,
-where N is between 0 and SAVE-MATCHES.
+If SAVE-MATCHES is non-nil, BACK, if it is a regexp, is formatted by
+replacing strings of the form \"~N\" by the corresponding value of
+\(match-string n) after matching FRONT.
 
 FRONT-FORM and BACK-FORM, if given, must supply a regexp used to match
 the *actual* delimiter.  If they are strings, they are used as-is.  If



reply via email to

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