From 8d02e5a5ef2d4c578a56ff10a0e99bf4ffe40d48 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 14:46:47 +0100 Subject: Lint timestring.el Sidenote: I have *no* idea when or why I wrote this... sleep-writing Elisp --- emacs/.emacs.d/wpc/timestring.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/emacs/.emacs.d/wpc/timestring.el b/emacs/.emacs.d/wpc/timestring.el index 08a221579f6e..a6a6653539b3 100644 --- a/emacs/.emacs.d/wpc/timestring.el +++ b/emacs/.emacs.d/wpc/timestring.el @@ -2,7 +2,7 @@ ;; Author: William Carroll ;; Version: 0.0.1 -;; Package-Requires: ((ts "0.2") (emacs "25.1")) +;; Package-Requires: ((emacs "25.1")) ;; Homepage: https://user.git.corp.google.com/wpcarro/briefcase ;;; Commentary: @@ -57,8 +57,10 @@ (alist-get (completing-read label xs) xs nil nil #'equal)) (defun timestring-copy-encoded-time () - "Select a common time and then select an encoding. The selected time will be -encoded using the selected encoding and copied onto your clipboard." + "Select a common time and an encoding. + +The selected time will be encoded using the selected encoding and copied onto +your clipboard." (interactive) (let ((time (funcall (timestring--completing-read "Time: " timestring-supported-times))) -- cgit 1.4.1