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-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
Expand Down
7 changes: 4 additions & 3 deletions hmouse-info.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down