branch: elpa/gnuplot
commit 7f5343264a33c4f955805297b276046c71346b18
Author: joddie <[email protected]>
Commit: joddie <[email protected]>

    Clarify `gnuplot-comint-complete` docstring
---
 gnuplot.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index a0616fb..1331b3a 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -2990,9 +2990,7 @@ positions and COMPLETIONS is a list."
 (defun gnuplot-comint-complete ()
   "Complete the keyword preceding point in the gnuplot comint buffer.
 
-Uses the cache of keywords generated by info-lookup and
-`comint-dynamic-simple-complete' to handle the actual
-completion."
+This is only used in Emacs versions before 24.1."
   (let ((completions (gnuplot-completion-at-point)))
     (if completions
        (let* ((beg (nth 0 completions))

Reply via email to