Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed Jan 27, 2014
1 parent 733a572 commit 0451b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions idlw-help.el
Expand Up @@ -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))))
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0451b52

Please sign in to comment.