From 14d910c685437bdc2e6fcf73cf9572f2e16c793b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 1 Apr 2024 15:52:28 -0500 Subject: package prep: linter bugfixing and updated readme - added manual and straight installation instructions - corrected font-height setting example - corrected :type for wttrin-default-accept-language - fix docstrings corrected emacs-lisp code block, upcased usage header --- wttrin.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'wttrin.el') diff --git a/wttrin.el b/wttrin.el index ea620e1..68fa315 100644 --- a/wttrin.el +++ b/wttrin.el @@ -58,14 +58,9 @@ :group 'wttrin :type '(cons (string :tag "Header") (string :tag "Language codes"))) -(defcustom wttrin-default-accept-language '("Accept-Language" . "en-US,en;q=0.8,zh-CN;q=0.6,zh;q=0.4") - "Specify default HTTP request Header for Accept-Language." - :group 'wttrin - :type '(list)) - (defcustom wttrin-unit-system nil "Specify units of measurement. -Use 'm' for 'metric', 'u' for 'USCS, or nil for location based units (default)." +Use \='m\=' for \='metric\=', \='u\=' for \='USCS\=', or nil for location based units (default)." :group 'wttrin :type 'string) -- cgit v1.2.3