Skip to content

Commit

Permalink
Correct bug in help loc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed Jan 26, 2010
1 parent a0e0096 commit cc8cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idlw-help.el
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ see if a link is set for it. Try extra help functions if necessary."
(let ((browse-url-browser-function idlwave-help-browser-function)
(browse-url-generic-program idlwave-help-browser-generic-program)
;(browse-url-generic-args idlwave-help-browser-generic-args)
help-loc (idlwave-html-help-location)
(help-loc (idlwave-html-help-location))
full-link)

;; Just a regular file name (+ anchor name)
Expand Down

0 comments on commit cc8cc7e

Please sign in to comment.