branch: externals/ruby-end commit 49354ca1a31a09336b88d9b1f1b407c98bad9a03 Author: Johan Andersson <johan.rej...@gmail.com> Commit: Johan Andersson <johan.rej...@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))