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

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

[elpa] externals/mct 1237af4 1/2: Use more appropriate verb in two doc s


From: ELPA Syncer
Subject: [elpa] externals/mct 1237af4 1/2: Use more appropriate verb in two doc strings
Date: Tue, 16 Nov 2021 09:59:34 -0500 (EST)

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

    Use more appropriate verb in two doc strings
---
 mct.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index 0a60443..47428b8 100644
--- a/mct.el
+++ b/mct.el
@@ -468,14 +468,14 @@ by `mct-completion-windows-regexp'."
 ;;;;; Cyclic motions between minibuffer and completions' buffer
 
 (defun mct--first-completion-point ()
-  "Find the `point' of the first completion."
+  "Return the `point' of the first completion."
   (save-excursion
     (goto-char (point-min))
     (next-completion 1)
     (point)))
 
 (defun mct--last-completion-point ()
-  "Find the `point' of the last completion."
+  "Return the `point' of the last completion."
   (save-excursion
     (goto-char (point-max))
     (next-completion -1)



reply via email to

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