unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54448: [PATCH] fix(docs): add missing closing paren to tools/lookup
@ 2022-03-18 13:53 Alhaitham Al Jabri
  2022-03-19 14:23 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Alhaitham Al Jabri @ 2022-03-18 13:53 UTC (permalink / raw)
  To: 54448


[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]

Hello emacsers,

There is a missing closing parenthesis for the +lookup/documentation
function. This patch fixes it.

Regards,
Alhaitham Al Jabri

[-- Attachment #1.2: Type: text/html, Size: 892 bytes --]

[-- Attachment #2: 0001-fix-docs-add-missing-closing-paren-to-tools-lookup.patch --]
[-- Type: text/x-patch, Size: 992 bytes --]

From 817dfcdfe92e91766cee7c8502324a7ef483e0a5 Mon Sep 17 00:00:00 2001
From: Alhaitham Al Jabri <jabri.dev@gmail.com>
Date: Fri, 18 Mar 2022 17:38:06 +0400
Subject: [PATCH] fix(docs): add missing closing paren to tools/lookup

---
 modules/tools/lookup/autoload/lookup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/tools/lookup/autoload/lookup.el b/modules/tools/lookup/autoload/lookup.el
index 3a727c20..74a29235 100644
--- a/modules/tools/lookup/autoload/lookup.el
+++ b/modules/tools/lookup/autoload/lookup.el
@@ -371,7 +371,7 @@ search otherwise."
 
 ;;;###autoload
 (defun +lookup/documentation (identifier &optional arg)
-  "Show documentation for IDENTIFIER (defaults to symbol at point or selection.
+  "Show documentation for IDENTIFIER (defaults to symbol at point or selection).
 
 First attempts the :documentation handler specified with `set-lookup-handlers!'
 for the current mode/buffer (if any), then falls back to the backends in
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-14 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 13:53 bug#54448: [PATCH] fix(docs): add missing closing paren to tools/lookup Alhaitham Al Jabri
2022-03-19 14:23 ` Lars Ingebrigtsen
2022-04-14 14:06   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).