diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-09-24 01:37:14 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-09-24 01:37:14 +0000 |
commit | 5a0c3f568d38c4778b5cab6140aa8e46c2523f22 (patch) | |
tree | 6cfe585bb619b0ffb45b05c95dde157978ce3b51 /lisp/progmodes/idlw-help.el | |
parent | 62136c5d4bc770f6258f32b5c3b9d184569cb7c1 (diff) | |
download | emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.tar.gz |
Fix typos.
* allout.el
* dired-aux.el
* dired-x.el
* epa-file.el
* ps-print.el
* shell.el
* vc-hooks.el
* vc-rcs.el
* vc-sccs.el
* vc.el
* view.el
* wdired.el
* emacs-lisp/authors.el
* net/dig.el
* net/socks.el
* net/zeroconf.el
* obsolete/vc-mcvs.el
* progmodes/gdb-mi.el
* progmodes/grep.el
* progmodes/idlw-help.el
* progmodes/idlw-shell.el
* progmodes/idlwave.el
* progmodes/inf-lisp.el
* textmodes/bibtex.el
* textmodes/ispell.el
* textmodes/reftex-toc.el
Diffstat (limited to 'lisp/progmodes/idlw-help.el')
-rw-r--r-- | lisp/progmodes/idlw-help.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 9500dfc8bf3..dffec272b6c 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el @@ -359,7 +359,7 @@ Here are all keybindings. (message "Cannot locate IDL Assistant, enabling default browser.") (setq idlwave-help-use-assistant nil) (unless idlwave-help-browse-url-available - (error "browse-url is not available; install it or IDL Assistant to use HTML help."))))) + (error "browse-url is not available; install it or IDL Assistant to use HTML help"))))) (defvar idlwave-current-obj_new-class) @@ -828,7 +828,7 @@ see if a link is set for it. Try extra help functions if necessary." ;; Just a regular file name (+ anchor name) (unless (and (stringp help-loc) (file-directory-p help-loc)) - (error "Invalid help location.")) + (error "Invalid help location")) (setq full-link (browse-url-file-url (expand-file-name link help-loc))) ;; Select the browser @@ -1320,7 +1320,7 @@ IDL assistant.") (if (string-match "\.html" link) (setq topic (substring link 0 (match-beginning 0)) anchor (substring link (match-end 0))) - (error "Malformed help link.")) + (error "Malformed help link")) (setq file (expand-file-name (concat topic ".html") help-loc)) (if (file-exists-p file) |