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

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

[elpa] externals/hyperbole 5ca14dbd66 1/2: Shorten docstring that slippe


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 5ca14dbd66 1/2: Shorten docstring that slipped through the net (#282)
Date: Tue, 11 Oct 2022 16:57:42 -0400 (EDT)

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

    Shorten docstring that slipped through the net (#282)
---
 ChangeLog     |  5 +++++
 kotl/kview.el | 11 ++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1a24654c20..604f752171 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-10  Mats Lidell  <matsl@gnu.org>
+
+* kotl/kview.el (kview:create): Shorten docs strings to be within 80 char
+    limit.
+
 2022-10-09  Mats Lidell  <matsl@gnu.org>
 
 * Update docstrings to not use unescaped quotes.
diff --git a/kotl/kview.el b/kotl/kview.el
index d356143e21..23bc45bd7b 100644
--- a/kotl/kview.el
+++ b/kotl/kview.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    6/30/93
-;; Last-Mod:      9-Oct-22 at 22:38:28 by Mats Lidell
+;; Last-Mod:     10-Oct-22 at 23:43:43 by Mats Lidell
 ;;
 ;; Copyright (C) 1993-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
@@ -640,10 +640,11 @@ level."
                         label-type level-indent label-separator
                         label-min-width blank-lines levels-to-show 
lines-to-show)
   "Return a new kview for BUFFER-NAME.
-Optional ID-COUNTER is the maximum permanent id previously utilized in this 
outline.
-Optional LABEL-TYPE, LEVEL-INDENT, LABEL-SEPARATOR, LABEL-MIN-WIDTH,
-BLANK-LINES, LEVELS-TO-SHOW, and LINES-TO-SHOW may also be given;
-otherwise, default values are used.
+Optional ID-COUNTER is the maximum permanent id previously
+utilized in this outline.  Optional LABEL-TYPE, LEVEL-INDENT,
+LABEL-SEPARATOR, LABEL-MIN-WIDTH, BLANK-LINES, LEVELS-TO-SHOW,
+and LINES-TO-SHOW may also be given; otherwise, default values
+are used.
 
   See documentation of:
  `kview:default-label-type' for LABEL-TYPE,



reply via email to

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