Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions hinit.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down