branch: externals/hyperbole commit 991e1670a17375c99d70471b05d8dee92f182054 Author: Mats Lidell <mats.lid...@lidells.se> Commit: GitHub <nore...@github.com>
Doc strings within 80 char limit for kotl-orgtbl.el (#231) --- ChangeLog | 4 ++++ kotl/kotl-orgtbl.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a5ea25aa0..6f425bc51b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-07-26 Mats Lidell <ma...@gnu.org> + +* kotl/kotl-orgtbl.el: Shorten docs strings to be within 80 char limit. + 2022-07-25 Mats Lidell <ma...@gnu.org> * kotl/kimport.el: diff --git a/kotl/kotl-orgtbl.el b/kotl/kotl-orgtbl.el index ea6379b50b..aee4d70fed 100644 --- a/kotl/kotl-orgtbl.el +++ b/kotl/kotl-orgtbl.el @@ -57,7 +57,7 @@ ;; Redefine this Org Table function to handle Koutlines as well. (defun orgtbl-tab (arg) - "Justification and field motion for `orgtbl-mode' with Hyperbole Koutline support." + "Justification and field motion for `orgtbl-mode' with Koutline support." (interactive "P") (cond ((and (derived-mode-p #'kotl-mode) arg) (kotl-mode:tab-command (if (= (prefix-numeric-value arg) 1) nil arg))) @@ -83,7 +83,7 @@ If no previous line, exchange current with next line." ) (defun orgtbl-meta-return (arg) - "Let Action Key handle tables in kotl-mode, otherwise, use standard Org table command." + "Let Action Key handle tables in kotl-mode, otherwise, use Org table command." (interactive "P") (if (derived-mode-p #'kotl-mode) (hkey-either arg)