Skip to content

Doc strings within 80 char limit for hib-kbd.el#220

Merged
matsl merged 3 commits intomasterfrom
long_doc_strings_hib-kbd_el
Aug 1, 2022
Merged

Doc strings within 80 char limit for hib-kbd.el#220
matsl merged 3 commits intomasterfrom
long_doc_strings_hib-kbd_el

Conversation

@matsl
Copy link
Copy Markdown
Collaborator

@matsl matsl commented Jul 20, 2022

What

Doc strings within 80 char limit for hib-kbd.el

Why

Extracted from longer PR for easier review.

@matsl matsl requested a review from rswgnu July 20, 2022 21:58
hib-kbd.el Outdated
(defun kbd-key:extended-command-p (key-series)
"Return non-nil if the string KEY-SERIES is a normalized extended command invocation, i.e. M-x command."
"Return non-nil if the KEY-SERIES is a normalized extended command invocation.
A command of the form M-x command."
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is, 'M-x command'.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: checkdocs complains: Keycode` M-x embedded in doc string. Use \\<mapvar> & \\[command] instead
Not sure how to apply that so keeping the suggested text for now. Will not cause a warning when byte compiling.

@matsl matsl force-pushed the long_doc_strings_hib-kbd_el branch from 767017b to 55fc350 Compare July 21, 2022 09:41
@matsl matsl merged commit 10970c5 into master Aug 1, 2022
@matsl matsl deleted the long_doc_strings_hib-kbd_el branch August 1, 2022 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants