From 5d3bb0b7eadc9efc423eb7ef8857fa6df256d254 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 16:07:11 +0100 Subject: Additional linting Running `M-x checkdoc` on some of the modules that passed the package-lint but failed additional lints. --- emacs/.emacs.d/wpc/region.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/wpc/region.el') diff --git a/emacs/.emacs.d/wpc/region.el b/emacs/.emacs.d/wpc/region.el index 80cd9a273fcd..f915f24ec851 100644 --- a/emacs/.emacs.d/wpc/region.el +++ b/emacs/.emacs.d/wpc/region.el @@ -2,8 +2,8 @@ ;; Author: William Carroll ;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase ;; Package-Requires: ((emacs "24")) -;; Homepage: https://user.git.corp.google.com/wpcarro/briefcase ;;; Commentary: ;; Sometimes Emacs's function names and argument ordering is great; other times, @@ -16,7 +16,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun region-to-string () - "Returns the string in the active region." + "Return the string in the active region." (buffer-substring-no-properties (region-beginning) (region-end))) -- cgit 1.4.1