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

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

[elpa] externals/hyperbole 53d5feb6ac 1/9: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 53d5feb6ac 1/9: Doc strings within 80 char limit for hinit.el (#238)
Date: Mon, 3 Oct 2022 13:57:43 -0400 (EDT)

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

    Doc strings within 80 char limit for hinit.el (#238)
---
 ChangeLog | 4 ++++
 hinit.el  | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5c2550a42b..a7042a535f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-03  Mats Lidell  <matsl@gnu.org>
+
+* hinit.el: Shorten docs strings to be within 80 char limit.
+
 2022-09-19  Mats Lidell  <matsl@gnu.org>
 
 * hypb.el (hypb:replace-match-string): Remove unused function.
diff --git a/hinit.el b/hinit.el
index 8ee179b0a5..49383ce43f 100644
--- a/hinit.el
+++ b/hinit.el
@@ -3,9 +3,9 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:     1-Oct-91 at 02:32:51
-;; Last-Mod:      8-May-22 at 19:32:32 by Bob Weiner
+;; Last-Mod:     25-Jul-22 at 17:44:31 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.
@@ -56,7 +56,7 @@
 
 ;;;###autoload
 (defmacro hui-menu-remove (menu-sym &optional keymap)
-  "Remove MENU-SYM menu from any menubars generated by optional KEYMAP or the 
`global-map'."
+  "Remove MENU-SYM from menubars generated by optional KEYMAP or the 
`global-map'."
   `(prog1
      (define-key (or ,keymap global-map) [menu-bar ,menu-sym] nil)
      ;; Force a menu-bar update.



reply via email to

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