[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 0516b5df6c 4/9: Doc strings within 80 char li
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 0516b5df6c 4/9: Doc strings within 80 char limit for hmouse-key.el (#244) |
Date: |
Mon, 3 Oct 2022 13:57:44 -0400 (EDT) |
branch: externals/hyperbole
commit 0516b5df6cbc73e64fdf5d386cbfed0b1af97e3f
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>
Doc strings within 80 char limit for hmouse-key.el (#244)
---
ChangeLog | 1 +
hmouse-key.el | 19 +++++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4721879695..5a4231d73d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2022-10-03 Mats Lidell <matsl@gnu.org>
+* hmouse-key.el:
* hmouse-drv.el:
* hload-path.el:
* hinit.el: Shorten docs strings to be within 80 char limit.
diff --git a/hmouse-key.el b/hmouse-key.el
index 32f5ced1df..47ca66df1c 100644
--- a/hmouse-key.el
+++ b/hmouse-key.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 30-May-94 at 00:11:57
-;; Last-Mod: 17-Apr-22 at 22:10:08 by Mats Lidell
+;; Last-Mod: 25-Jul-22 at 23:47:01 by Mats Lidell
;;
;; Copyright (C) 1994-2022 Free Software Foundation, Inc.
;; See the "HY-COPY" file for license information.
@@ -34,16 +34,16 @@
;;; ************************************************************************
(defun hmouse-check-action-key ()
- "After use of the Action Mouse Key, ensure both depress and release events
are assigned to the key.
-Returns t iff the key is properly bound, else nil."
+ "After Action Mouse Key use, ensure both depress and release events are
bound.
+Return t iff the key is properly bound, else nil."
(and (or (and (eventp action-key-depress-args) (eventp
action-key-release-args))
(not (or action-key-depress-args action-key-release-args)))
(where-is-internal 'action-key-depress-emacs hyperbole-mode-map t)
(where-is-internal 'action-mouse-key-emacs hyperbole-mode-map t)))
(defun hmouse-check-assist-key ()
- "After use of the Assist Mouse Key, ensure both depress and release events
are assigned to the key.
-Returns t iff the key is properly bound, else nil."
+ "After Assist Mouse Key use, ensure both depress and release events are
bound.
+Return t iff the key is properly bound, else nil."
(and (or (and (eventp assist-key-depress-args) (eventp
assist-key-release-args))
(not (or assist-key-depress-args assist-key-release-args)))
(where-is-internal 'assist-key-depress-emacs hyperbole-mode-map t)
@@ -66,8 +66,10 @@ bindings after Smart Key setup."
key-binding-list))))
(defun hmouse-install (&optional arg)
- "Bind the two rightmost shifted mouse keys to the Action and Assist Keys,
initializing Hyperbole mouse buttons.
-With optional prefix ARG or under InfoDock, also binds the unshifted middle
mouse key to the Action Key.
+ "Initialize Hyperbole mouse buttons.
+Bind the two rightmost shifted mouse keys to the Action and
+Assist Keys. With optional prefix ARG or under InfoDock, also
+bind the unshifted middle mouse key to the Action Key.
The standard Hyperbole configuration is Action Key = shift-middle mouse key;
Assist Key = shift-right mouse key."
@@ -120,7 +122,8 @@ mouse key the Paste Key instead of the Action Key."
;; Define function to reload Smart Key bindings and actions after a source
code change.
(defun hmouse-update-smart-keys ()
- "Reload the contexts and actions associated with the Smart Keys after any
programmatic change is made."
+ "Reload the contexts and actions associated with the Smart Keys.
+Use after any programmatic change is made."
(interactive)
(hkey-initialize)
(makunbound 'hkey-alist)
- [elpa] externals/hyperbole updated (ce72dc8a8d -> d736f20647), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole 53d5feb6ac 1/9: Doc strings within 80 char limit for hinit.el (#238), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole cf9cb5f12a 8/9: hyperbole.el: Shorten docs strings to be within 80 char limit. (#265), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole 0e949d9c5c 6/9: hui-window.el: Shorten docs strings to be within 80 char limit. (#260), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole 66a4660b2a 7/9: hversion.el: Shorten docs strings to be within 80 char limit. (#262), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole 279babec47 5/9: Doc strings within 80 char limit for hmouse-sh.el (#246), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole d736f20647 9/9: hyrolo-logic.el: Shorten docs strings to be within 80 char limit. (#268), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole 0a8c1c57bc 3/9: Doc strings within 80 char limit for hmouse-drv.el (#242), ELPA Syncer, 2022/10/03
- [elpa] externals/hyperbole 0516b5df6c 4/9: Doc strings within 80 char limit for hmouse-key.el (#244),
ELPA Syncer <=
- [elpa] externals/hyperbole 20b3cf150d 2/9: Doc strings within 80 char limit for hload-path.el (#239), ELPA Syncer, 2022/10/03