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

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

[elpa] externals/mct 0d15eb6 4/5: Tweak mct-complete-and-exit doc string


From: ELPA Syncer
Subject: [elpa] externals/mct 0d15eb6 4/5: Tweak mct-complete-and-exit doc string
Date: Mon, 15 Nov 2021 01:57:22 -0500 (EST)

branch: externals/mct
commit 0d15eb63ccc29043ccb98510729b57714fb3f49d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak mct-complete-and-exit doc string
    
    Thanks to José Antonio Ortega Ruiz for the contribution in merge request
    3: <https://gitlab.com/protesilaos/mct/-/merge_requests/3>.
---
 mct.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 559068d..f698a51 100644
--- a/mct.el
+++ b/mct.el
@@ -800,7 +800,11 @@ last character."
         (mct-choose-completion-no-exit)))))
 
 (defun mct-complete-and-exit ()
-  "Complete current input as with 
\\<mct-minibuffer-local-completion-map>\\[mct-edit-completion], and exit the 
minibuffer with that candidate."
+  "Complete current input and exit.
+
+This is the same as with
+\\<mct-minibuffer-local-completion-map>\\[mct-edit-completion],
+followed by exiting the minibuffer with that candidate."
   (interactive nil mct-mode)
   (mct-edit-completion)
   (minibuffer-complete-and-exit))



reply via email to

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