From 817dfcdfe92e91766cee7c8502324a7ef483e0a5 Mon Sep 17 00:00:00 2001 From: Alhaitham Al Jabri 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