emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot d899379 123/184: Clarify comments


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot d899379 123/184: Clarify comments
Date: Sun, 29 Aug 2021 11:03:28 -0400 (EDT)

branch: elpa/gnuplot
commit d89937992f89c5d2414c63387a17e3798f969bf0
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Clarify comments
---
 gnuplot.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 8b7572b..a9fc483 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -368,7 +368,7 @@
       (require 'info-look)
     (error nil)))
 
-;; Hack for Emacs < 22
+;; Workaround missing `completion-at-point' in (X)Emacs < 22
 (if (not (fboundp 'completion-at-point))
     (defun gnuplot-xemacs-completion-at-point ()
       "Perform completion on keyword preceding point.
@@ -381,7 +381,7 @@ real work."
              '(gnuplot-comint-complete)))
         (comint-dynamic-complete))))
 
-;; Work around window-full-height-p
+;; Work around missing `window-full-height-p'
 (if (not (fboundp 'window-full-height-p))
     ;; The below is taken from GNU Emacs window.el
     (defun gnuplot-window-full-height-p (&optional window)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]