diff options
author | Dave Love <fx@gnu.org> | 1998-05-27 21:32:17 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1998-05-27 21:32:17 +0000 |
commit | 40f406674acfc16eb1f01fd23de83a0329e65eea (patch) | |
tree | eaa5f9ecdf0ac9ec78e7e8dad0d1c225ee8db37e /lisp | |
parent | 361ecbf2ee0246033ffe9ebf0f4b30d0b150c891 (diff) | |
download | emacs-40f406674acfc16eb1f01fd23de83a0329e65eea.tar.gz |
Add an entry for Scheme mode.
Diffstat (limited to 'lisp')
-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 d223cb64c8b..60410041b17 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -747,6 +747,14 @@ Special commands: "`" "\\({[^}]*}\\)?'"))) (info-lookup-maybe-add-help + :mode 'scheme-mode + :regexp ;; "\\(\\sw\\|\\s_\\)+" + "[^()' \t\n]+" + :ignore-case t + ;; Aubrey Jaffer's rendition from <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm> + :doc-spec '(("(r5rs)Index"))) + +(info-lookup-maybe-add-help :mode 'emacs-lisp-mode :regexp "[^()' \t\n]+" :doc-spec '(("(emacs)Command Index") |