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

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

[elpa] externals/hyperbole d46d8c768e 1/3: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole d46d8c768e 1/3: Doc strings within 80 char limit for hmouse-info.el (#243)
Date: Tue, 13 Sep 2022 18:57:41 -0400 (EDT)

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

    Doc strings within 80 char limit for hmouse-info.el (#243)
---
 ChangeLog      | 4 ++++
 hmouse-info.el | 7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b708f1e5f0..1b6d135eff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-09-13  Mats Lidell  <matsl@gnu.org>
+
+* hmouse-info.el: Shorten docs strings to be within 80 char limit.
+
 2022-09-12  Mats Lidell  <matsl@gnu.org>
 
 * hpath.el (hpath:tramp-file-name-regexp): Handle tramp regexp from
diff --git a/hmouse-info.el b/hmouse-info.el
index ac7fd989a2..b2c6dd2a47 100644
--- a/hmouse-info.el
+++ b/hmouse-info.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    04-Apr-89
-;; Last-Mod:     15-Jul-22 at 23:22:20 by Mats Lidell
+;; Last-Mod:     25-Jul-22 at 23:34:19 by Mats Lidell
 ;;
 ;; Copyright (C) 1989-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -98,7 +98,7 @@ or a Menu; otherwise returns nil."
 
 ;;;###autoload
 (defun smart-info-assist ()
-  "Walk through Info documentation networks using one assist-key or mouse 
assist-key.
+  "Walk through Info documentation using one assist-key or mouse assist-key.
 
 If assist-key is pressed within:
  (1) the first line of an Info Menu Entry or Cross Reference, the desired node
@@ -304,7 +304,8 @@ entry and returns t; otherwise returns nil."
 
 ;;;###autoload
 (defun Info-current-filename-sans-extension ()
-  "Return the filename for the current Info node, if any, without directory or 
file extension.
+  "Return the filename for the current Info node, if any.
+Filename is returned without directory or file extension.
 This works regardless of the current buffer."
   (save-window-excursion
     (info)



reply via email to

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