aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-user.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/pg-user.el')
-rw-r--r--generic/pg-user.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/pg-user.el b/generic/pg-user.el
index 06906275..ba255a67 100644
--- a/generic/pg-user.el
+++ b/generic/pg-user.el
@@ -903,7 +903,9 @@ The function `substitute-command-keys' is called on the argument."
;;;###autoload
(defun pg-identifier-near-point-query ()
- "Query the prover about the identifier near point."
+ "Query the prover about the identifier near point.
+If the result is successful, we add a span to the buffer which has
+a popup with the information in it."
(interactive)
(let* ((stend (if (region-active-p)
(cons (region-beginning) (region-end))