branch: elpa/highlight-parentheses commit 438a1cb2563e2a2496be4678cc0df8d5b22caf5d Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Docfix * highlight-parentheses.el (highlight-parentheses--initiate-highlight): Restructure docstring to match conventions (was too long) so that you don't get an annoying warning with the native lisp compiler in 28.1 and up. --- highlight-parentheses.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/highlight-parentheses.el b/highlight-parentheses.el index 8e1f4213d7..a05c51f698 100644 --- a/highlight-parentheses.el +++ b/highlight-parentheses.el @@ -2,11 +2,11 @@ ;; ;; Copyright (C) 2007, 2009, 2013 Nikolaj Schumacher ;; Copyright (C) 2018 Tim Perkins -;; Copyright (C) 2018-2021 Tassilo Horn +;; Copyright (C) 2018-2022 Tassilo Horn ;; ;; Author: Nikolaj Schumacher <bugs * nschum de> ;; Maintainer: Tassilo Horn <t...@gnu.org> -;; Version: 2.1.0 +;; Version: 2.1.1 ;; Keywords: faces, matching ;; URL: https://sr.ht/~tsdh/highlight-parentheses.el/ ;; Package-Requires: ((emacs "24.3")) @@ -195,7 +195,9 @@ overlays in it instead." (define-obsolete-function-alias 'hl-paren-initiate-highlight 'highlight-parentheses--initiate-highlight "2.0.0") (defun highlight-parentheses--initiate-highlight () - "Move the `highlight-parentheses--overlays' after a `highlight-parentheses-delay' secs." + "Move the overlays after a short delay. +The overlays are specified by `highlight-parentheses--overlays', +the delay by `highlight-parentheses-delay' seconds." (when highlight-parentheses--timer (cancel-timer highlight-parentheses--timer)) (setq highlight-parentheses--timer