branch: externals/hyperbole
commit 5e7d92a5e605e231aa27fe4f8b7b42443a546fdb
Author: Bob Weiner <[email protected]>
Commit: Bob Weiner <[email protected]>
Fix a few minor issues pointed out by Elisp linter
---
hactypes.el | 2 +-
hib-doc-id.el | 2 +-
hycontrol.el | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hactypes.el b/hactypes.el
index 99eec0a5e6..18a288eb9d 100644
--- a/hactypes.el
+++ b/hactypes.el
@@ -327,7 +327,7 @@ Interactively, KEY-FILE defaults to the current buffer's
file name."
(defact link-to-file (path &optional point)
"Display a file given by PATH scrolled to optional POINT.
If POINT is given, display the buffer with POINT at the top of
-the window."
+the window or as close as possible."
(interactive
(let ((prev-reading-p hargs:reading-p)
(existing-buf t)
diff --git a/hib-doc-id.el b/hib-doc-id.el
index fa478cfc13..a79c6f2d2e 100644
--- a/hib-doc-id.el
+++ b/hib-doc-id.el
@@ -53,7 +53,7 @@
;;
;; Author:
;; Copyright:
-;; Keywords:
+;; Keywords: hypertext
;;
;; Online-Format:
;; Online-Loc: ""
diff --git a/hycontrol.el b/hycontrol.el
index ed160d2e32..cbc73ace58 100644
--- a/hycontrol.el
+++ b/hycontrol.el
@@ -901,6 +901,7 @@ instead of quitting HyControl."
;; This just sets the keymap locally and shows the minor mode
;; indicator in the buffer's mode-line; the separate global minor mode
;; turns things on and off.
+;;;###autoload
(define-minor-mode hycontrol-local-frames-mode
"Toggle Hyperbole Frames control minor mode in the current buffer."
:lighter " HyFrm"
@@ -922,6 +923,7 @@ instead of quitting HyControl."
;; This just sets the keymap locally and shows the minor mode
;; indicator in the buffer's mode-line; the separate global minor mode
;; turns things on and off.
+;;;###autoload
(define-minor-mode hycontrol-local-windows-mode
"Toggle Hyperbole Windows control minor mode in the current buffer."
:lighter " HyWin"