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

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

[elpa] externals/hyperbole edb903884f 2/8: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole edb903884f 2/8: Doc strings within 80 char limit for hhist.el (#218)
Date: Mon, 1 Aug 2022 10:57:42 -0400 (EDT)

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

    Doc strings within 80 char limit for hhist.el (#218)
---
 ChangeLog | 1 +
 hhist.el  | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 11ef854dcf..702a3170ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2022-07-26  Mats Lidell  <matsl@gnu.org>
 
+* hhist.el:
 * hbut.el:
 * kotl/kotl-orgtbl.el: Shorten docs strings to be within 80 char limit.
 
diff --git a/hhist.el b/hhist.el
index ff2df4f7fe..c6340f91c4 100644
--- a/hhist.el
+++ b/hhist.el
@@ -3,9 +3,9 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    24-Apr-91 at 03:36:23
-;; Last-Mod:     17-Apr-22 at 12:41:30 by Bob Weiner
+;; Last-Mod:     21-Jul-22 at 11:17:46 by Mats Lidell
 ;;
-;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
+;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
 ;; This file is part of GNU Hyperbole.
@@ -25,8 +25,9 @@
 ;;; ************************************************************************
 
 (defun hhist:add (elt)
-  "Add ELT to hyper-history list if not the same as current or prior location 
(frame configuration).
-ELT must have been created via a call to 'hhist:element' prior to
+  "Add ELT to hyper-history list.
+Do not add if the same as current or prior location (frame configuration).
+ELT must have been created via a call to `hhist:element' prior to
 changing the current frame configuration somehow."
   ;; Even though this next line looks useless, it cures a problem with
   ;; window buffer correspondences on startup, so don't remove it.



reply via email to

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