From d76cda515c36909df91670c5d8cdbbe47c9d10b1 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 16 Feb 2023 14:21:17 +0200 Subject: [PATCH] * (sweeprolog-context-menu-for-variable): fix docstring --- sweeprolog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweeprolog.el b/sweeprolog.el index 4bdbfa1..1d60f5c 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -5518,7 +5518,7 @@ GOAL." :keys "\\[sweeprolog-find-file-at-point]"))))) (defun sweeprolog-context-menu-for-variable (menu tok beg end point) - "Extend MENU with file-related commands if TOK specifies one. + "Extend MENU with variable-related commands if TOK specifies one. BEG and END are the variable's beginning and end positions, and POINT is the buffer position of the mouse click." (pcase tok -- 2.39.5