aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1998-05-27 21:32:17 +0000
committerDave Love1998-05-27 21:32:17 +0000
commit40f406674acfc16eb1f01fd23de83a0329e65eea (patch)
treeeaa5f9ecdf0ac9ec78e7e8dad0d1c225ee8db37e
parent361ecbf2ee0246033ffe9ebf0f4b30d0b150c891 (diff)
downloademacs-40f406674acfc16eb1f01fd23de83a0329e65eea.tar.gz
emacs-40f406674acfc16eb1f01fd23de83a0329e65eea.zip
Add an entry for Scheme mode.
-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 d223cb64c8b..60410041b17 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -747,6 +747,14 @@ Special commands:
747 "`" "\\({[^}]*}\\)?'"))) 747 "`" "\\({[^}]*}\\)?'")))
748 748
749(info-lookup-maybe-add-help 749(info-lookup-maybe-add-help
750 :mode 'scheme-mode
751 :regexp ;; "\\(\\sw\\|\\s_\\)+"
752 "[^()' \t\n]+"
753 :ignore-case t
754 ;; Aubrey Jaffer's rendition from <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm>
755 :doc-spec '(("(r5rs)Index")))
756
757(info-lookup-maybe-add-help
750 :mode 'emacs-lisp-mode 758 :mode 'emacs-lisp-mode
751 :regexp "[^()' \t\n]+" 759 :regexp "[^()' \t\n]+"
752 :doc-spec '(("(emacs)Command Index") 760 :doc-spec '(("(emacs)Command Index")