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

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

[nongnu] elpa/hl-block-mode ed4a599ead 38/64: Cleanup: quiet checkdoc &


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode ed4a599ead 38/64: Cleanup: quiet checkdoc & package lint warnings
Date: Thu, 7 Jul 2022 12:00:07 -0400 (EDT)

branch: elpa/hl-block-mode
commit ed4a599ead6591882dea9f97f2aa86efd2b5ba5d
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: quiet checkdoc & package lint warnings
---
 hl-block-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index 7bb603210a..481f3f580f 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -1,4 +1,4 @@
-;;; hl-block-mode.el --- highlighting nested blocks -*- lexical-binding: t -*-
+;;; hl-block-mode.el --- Highlighting nested blocks -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2019-2021  Campbell Barton
 
@@ -6,7 +6,7 @@
 
 ;; URL: https://gitlab.com/ideasman42/emacs-hl-block-mode
 ;; Version: 0.1
-;; Package-Requires: ((emacs "26.0"))
+;; Package-Requires: ((emacs "26.1"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -58,7 +58,7 @@ Set to nil to use all brackets."
   :type 'float)
 
 (defcustom hl-block-mode-lighter ""
-  "Lighter for `hl-block-mode'."
+  "Lighter for option `hl-block-mode'."
   :group 'hl-block-mode
   :type 'string)
 



reply via email to

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