diff options
author | Glenn Morris <rgm@gnu.org> | 2013-02-18 19:29:28 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-02-18 19:29:28 -0800 |
commit | 872faefb07a9196a583fc8cbe146ab6a2ebc9c2b (patch) | |
tree | 5502bf8472fb7d132c03de2240ce403b502f8995 /lisp/info-look.el | |
parent | 8ca4f1e02e22f74dc269b01bc4a32e01dd226dae (diff) | |
parent | 2af3b9c16e340ad034e57e949f09bbafc00bd52c (diff) | |
download | emacs-872faefb07a9196a583fc8cbe146ab6a2ebc9c2b.tar.gz |
Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ru
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r-- | lisp/info-look.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el index 0b33dd51faf..afe4301c659 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -27,6 +27,14 @@ ;; Really cool code to lookup info indexes. ;; Try especially info-lookup-symbol (aka C-h S). +;; Some additional sources of (Tex)info files for non-GNU packages: +;; +;; Scheme: <URL:http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz> +;; LaTeX: +;; <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/latex2e.texi> +;; (or CTAN mirrors) +;; Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/> (or CPAN mirrors) + ;;; Code: (require 'info) |