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

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

[elpa] externals/idlwave 0451b524ff 306/360: Comments


From: ELPA Syncer
Subject: [elpa] externals/idlwave 0451b524ff 306/360: Comments
Date: Sun, 28 Apr 2024 00:59:37 -0400 (EDT)

branch: externals/idlwave
commit 0451b524ffc16dacfa9ab352d761156cc50f253b
Author: JD Smith <jdtsmith@gmail.com>
Commit: JD Smith <jdtsmith@gmail.com>

    Comments
---
 idlw-help.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idlw-help.el b/idlw-help.el
index 3fceccf205..20cf97c302 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -250,7 +250,7 @@ It collects and prints the diagnostics messages."
                             tag)))))
        
        ;; A regular structure tag -- only in text, and if
-       ;; optional `complete-structtag' loaded.
+       ;; `complete-structtag' loaded.
        (structtag
        (let ((var (match-string 1 this-word))
              (tag (substring this-word (match-end 0))))
@@ -1017,8 +1017,8 @@ Useful when source code is displayed as help.  See the 
option
 (defun idlwave-html-help-location ()
   "Return the help directory where HTML files are, or nil if that is unknown."
   ;; Note that starting with IDL 7, the HTML files are not included
-  ;; directly, so this becomes vestigial, except that with IDL 8.0,
-  ;; HTML files were included again.
+  ;; directly, so this becomes vestigial.... except that starting with
+  ;; IDL 8.0, HTML files were included again, i.e. re-non-vestigial.
   (let ((sys-dir (idlwave-sys-dir)) help-dir)
 
     (cond ((and (stringp idlwave-html-system-help-location)



reply via email to

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