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

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

[elpa] externals/hyperbole f906018d10 3/3: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole f906018d10 3/3: Doc strings within 80 char limit for hmouse-mod.el (#245)
Date: Tue, 13 Sep 2022 18:57:41 -0400 (EDT)

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

    Doc strings within 80 char limit for hmouse-mod.el (#245)
---
 ChangeLog     | 1 +
 hmouse-mod.el | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cb45c6286b..2a3a8be815 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2022-09-14  Mats Lidell  <matsl@gnu.org>
 
+* hmouse-mod.el:
 * hmoccur.el: Shorten docs strings to be within 80 char limit.
 
 2022-09-13  Mats Lidell  <matsl@gnu.org>
diff --git a/hmouse-mod.el b/hmouse-mod.el
index 7b39dbc58b..ec50e8e68a 100644
--- a/hmouse-mod.el
+++ b/hmouse-mod.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:     8-Oct-92 at 19:08:31
-;; Last-Mod:     17-Apr-22 at 22:38:13 by Mats Lidell
+;; Last-Mod:     26-Jul-22 at 23:56:52 by Mats Lidell
 ;;
 ;; Copyright (C) 1992-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -87,7 +87,7 @@ Restore it by calling (hmouse-mod-mode 0).")
 
 ;;;###autoload
 (define-minor-mode hmouse-mod-mode
-  "Toggle use of the Smart Keys as Control- and Meta- modifiers (Hmouse 
Modifier mode).
+  "Toggle use of Smart Keys as Control- and Meta- modifiers (Hmouse Modifier 
mode).
 With a prefix argument ARG, enable Hmouse Mod mode if ARG is
 positive, and disable it otherwise.  If called from Lisp, enable
 the mode if ARG is omitted or nil.
@@ -136,7 +136,7 @@ It accounts for modifier Smart Keys."
   (use-global-map hmouse-mod--global-map))
 
 (defun hmouse-mod-execute-command (key count)
-  "Execute the command associated with keyboard KEY or if KEY is a prefix, 
records it.
+  "Execute command associated with keyboard KEY or if KEY is a prefix, record 
it.
 Second argument COUNT is used as a prefix argument to the command."
   (if (stringp key) (setq key (concat hmouse-mod--prefix key)))
   (let ((binding (key-binding key))



reply via email to

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