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

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

[elpa] externals/hyperbole ee0b892a4b: Doc strings within 80 char limit


From: ELPA Syncer
Subject: [elpa] externals/hyperbole ee0b892a4b: Doc strings within 80 char limit for kvspec.el (#234)
Date: Sun, 7 Aug 2022 13:57:38 -0400 (EDT)

branch: externals/hyperbole
commit ee0b892a4bca9f224683798693829259fe01083e
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Doc strings within 80 char limit for kvspec.el (#234)
---
 ChangeLog      | 4 ++++
 kotl/kvspec.el | 7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 44116354dc..3297762374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-07  Mats Lidell  <matsl@gnu.org>
+
+* kotl/kvspec.el: Shorten docs strings to be within 80 char limit.
+
 2022-07-26  Mats Lidell  <matsl@gnu.org>
 
 * kotl/kproperty.el:
diff --git a/kotl/kvspec.el b/kotl/kvspec.el
index 7d63699902..31864dfa34 100644
--- a/kotl/kvspec.el
+++ b/kotl/kvspec.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    21-Oct-95 at 15:17:07
-;; Last-Mod:     16-Jul-22 at 22:33:26 by Mats Lidell
+;; Last-Mod:     18-Jul-22 at 21:57:01 by Mats Lidell
 ;;
 ;; Copyright (C) 1995-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
@@ -255,8 +255,9 @@ view specs."
       (kview:set-label-type kview type))))
 
 (defun kvspec:show-lines-this-cell (num)
-  "Assume the current cell is fully expanded and collapse to show NUM lines 
within it.
-If NUM is less than 1 or greater than the number of lines available, the cell 
remains fully expanded."
+  "Assume current cell is fully expanded and collapse to show NUM lines within 
it.
+If NUM is less than 1 or greater than the number of lines
+available, the cell remains fully expanded."
   ;; Use free variable kview-label-sep-len bound in kview:map-* for speed.
   (unless (< num 1)
     (let ((_start (goto-char (kcell-view:start (point) kview-label-sep-len)))



reply via email to

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