summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1998-05-27 21:32:17 +0000
committerDave Love <fx@gnu.org>1998-05-27 21:32:17 +0000
commit9e28ef4fbf37c30977c65fa66eab5ecab29f74dd (patch)
tree1911ac1279c132991609cfcad9252f53a1d4569f /lisp/info-look.el
parent17ced27e04b53ac06f6f2cbdbdd9629309f767b3 (diff)
downloademacs-9e28ef4fbf37c30977c65fa66eab5ecab29f74dd.tar.gz
Add an entry for Scheme mode.
Diffstat (limited to 'lisp/info-look.el')
-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:
"`" "\\({[^}]*}\\)?'")))
(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")