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

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

[elpa] externals/hyperbole 0899ebf1f9 1/2: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 0899ebf1f9 1/2: Doc strings within 80 char limit for kcell.el (#223)
Date: Fri, 22 Jul 2022 14:57:36 -0400 (EDT)

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

    Doc strings within 80 char limit for kcell.el (#223)
---
 ChangeLog     | 4 ++++
 kotl/kcell.el | 9 +++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c81b073158..ce91e7d265 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-21  Mats Lidell  <matsl@gnu.org>
+
+* kotl/kcell.el: Shorten docs strings to be within 80 char limit.
+
 2022-07-20  Mats Lidell  <matsl@gnu.org>
 
 * hmouse-tag.el:
diff --git a/kotl/kcell.el b/kotl/kcell.el
index adb5697e22..d826ee0b00 100644
--- a/kotl/kcell.el
+++ b/kotl/kcell.el
@@ -59,8 +59,9 @@ not already there."
    plist))
 
 (defun kcell:create-top (&optional top-cell-attributes)
-  "Return a new koutline top cell with optional property list of 
TOP-CELL-ATTRIBUTES.
-The idstamp of the top cell is always 0 and this cell stores the 
idstamp-counter."
+  "Return a new top cell with optional property list of TOP-CELL-ATTRIBUTES.
+The idstamp of the top cell is always 0 and this cell stores the
+idstamp-counter."
   (kcell:create top-cell-attributes))
 
 (defalias 'kcell:get-attr 'plist-get)
@@ -73,7 +74,7 @@ The idstamp of the top cell is always 0 and this cell stores 
the idstamp-counter
 
 ;;;###autoload
 (defun kcell:ref-to-id (cell-ref &optional kviewspec-flag)
-  "When CELL-REF is valid, return a CELL-REF string converted to a cell 
idstamp (integer).
+  "Return a CELL-REF string converted to a cell idstamp (integer).
 If CELL-REF contains both a relative and a permanent id, the permanent id is
 returned.  If CELL-REF is invalid, nil is returned.
 
@@ -184,7 +185,7 @@ Augment capabilities not yet implemented and ignored for 
now:
 ;;;
 
 (defun kcell-data:create (cell idstamp)
-  "Given a kotl CELL and IDSTAMP (an integer), return a kcell-data structure 
to write to a file.
+  "Given a kotl CELL and IDSTAMP (an integer), return a kcell-data structure.
 If CELL, its idstamp, or its property list are nil, this repairs the cell by
 assuming it is the cell at point and filling in the missing information."
    (let ((plist (kcell:plist cell)))



reply via email to

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