From d6587688409af535420ffe526dc41a6c6afb3c2c Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Mon, 25 Jul 2022 23:35:14 +0200 Subject: [PATCH] Doc strings within 80 char limit for hmouse-info.el --- ChangeLog | 4 ++++ hmouse-info.el | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b708f1e5..1b6d135e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-09-13 Mats Lidell + +* hmouse-info.el: Shorten docs strings to be within 80 char limit. + 2022-09-12 Mats Lidell * hpath.el (hpath:tramp-file-name-regexp): Handle tramp regexp from diff --git a/hmouse-info.el b/hmouse-info.el index ac7fd989..b2c6dd2a 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)