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

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

[elpa] externals/ruby-end 49354ca1a3 36/91: Add punctuation in doc.


From: ELPA Syncer
Subject: [elpa] externals/ruby-end 49354ca1a3 36/91: Add punctuation in doc.
Date: Wed, 25 Jan 2023 19:58:26 -0500 (EST)

branch: externals/ruby-end
commit 49354ca1a31a09336b88d9b1f1b407c98bad9a03
Author: Johan Andersson <johan.rejeep@gmail.com>
Commit: Johan Andersson <johan.rejeep@gmail.com>

    Add punctuation in doc.
---
 ruby-end.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruby-end.el b/ruby-end.el
index 0e94427de1..8eb006f26d 100644
--- a/ruby-end.el
+++ b/ruby-end.el
@@ -115,7 +115,7 @@
       (insert "end"))))
 
 (defun ruby-end-expand-p ()
-  "Checks if expansion (insertion of end) should be done."
+  "Check if expansion (insertion of end) should be done."
   (let ((ruby-end-expand-statement-modifiers-before-re
          (concat
           (if ruby-end-check-statement-modifiers
@@ -130,7 +130,7 @@
      (looking-at ruby-end-expand-after-re))))
 
 (defun ruby-end-code-at-point-p ()
-  "Checks if point is code, or comment or string."
+  "Check if point is code, or comment or string."
   (let ((properties (text-properties-at (point))))
     (and
      (null (memq 'font-lock-string-face properties))



reply via email to

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