aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info-look.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index a67fabc5a88..f13900112fa 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -27,6 +27,14 @@
27;; Really cool code to lookup info indexes. 27;; Really cool code to lookup info indexes.
28;; Try especially info-lookup-symbol (aka C-h S). 28;; Try especially info-lookup-symbol (aka C-h S).
29 29
30;; Some additional sources of (Tex)info files for non-GNU packages:
31;;
32;; Scheme: <URL:http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz>
33;; LaTeX:
34;; <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/latex2e.texi>
35;; (or CTAN mirrors)
36;; Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/> (or CPAN mirrors)
37
30;;; Code: 38;;; Code:
31 39
32(require 'info) 40(require 'info)