Mercurial > emacs
changeset 22266:8b08793f2633
Add an entry for Scheme mode.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 27 May 1998 21:32:17 +0000 |
parents | 46bb1b22d269 |
children | dfac7398266b |
files | lisp/info-look.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info-look.el Wed May 27 21:06:56 1998 +0000 +++ b/lisp/info-look.el Wed May 27 21:32:17 1998 +0000 @@ -747,6 +747,14 @@ "`" "\\({[^}]*}\\)?'"))) (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")