From f0bfcc125d029892c8a01b9e53a1ffca65f99aaa Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Thu, 11 Apr 2024 18:24:18 +0300 Subject: [PATCH] cmake-mode.el: fix "docstring wider than 80 characters" warning Fixes: In cmake-help: cmake-mode.el:492:2: Warning: docstring wider than 80 characters --- Auxiliary/cmake-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el index 08774df19d..cfa017362d 100644 --- a/Auxiliary/cmake-mode.el +++ b/Auxiliary/cmake-mode.el @@ -480,7 +480,8 @@ and store the result as a list in LISTVAR." ;;;###autoload (defun cmake-help () - "Queries for any of the four available help topics and prints out the appropriate page." + "Queries for any of the four available help topics and prints out the +appropriate page." (interactive) (let* ((default-entry (cmake-symbol-at-point)) (command-list (cmake-get-list "command"))