branch: externals/idlwave commit a0e00963870dca8079a7a5e20a28dc39fda98adf Author: JD Smith <jdtsm...@gmail.com> Commit: JD Smith <jdtsm...@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"))))