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

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

[elpa] externals/idlwave a0e0096387 224/360: idlw-help: Comments


From: ELPA Syncer
Subject: [elpa] externals/idlwave a0e0096387 224/360: idlw-help: Comments
Date: Sun, 28 Apr 2024 00:59:26 -0400 (EDT)

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

    idlw-help: Comments
---
 idlw-help.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idlw-help.el b/idlw-help.el
index dff45f39af..c840eb59ff 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -1250,8 +1250,8 @@ Useful when source code is displayed as help.  See the 
option
        idl_uses_assistant)
     (if (not (file-directory-p sys-dir))
        (message "IDL system directory not found: try setting 
`idlwave-system-directory' or IDL_DIR.")
-      (setq idl_uses_assistant 
-           (file-directory-p
+      (setq idl_uses_assistant  ; "online_help/" only existed for the 
+           (file-directory-p   ;  IDL Assistant-based versions of IDL
             (expand-file-name "online_help" 
                               (concat (file-name-as-directory sys-dir) 
                                       "help"))))



reply via email to

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