aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2013-02-18 19:10:46 -0800
committerGlenn Morris2013-02-18 19:10:46 -0800
commit6db17b0200e342dae7a1e09df7f03f80dcbf3fad (patch)
treedd9c88f0b8c996b2461ae15b42f375001c1b568d /lisp
parent93c2fa46e2ea6c0132d2c263f59868085d3ad57c (diff)
downloademacs-6db17b0200e342dae7a1e09df7f03f80dcbf3fad.tar.gz
emacs-6db17b0200e342dae7a1e09df7f03f80dcbf3fad.zip
Remove some defunct/no longer relevant MORE.STUFF links.
Move info-look stuff to info-look.el commentary.
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)