summaryrefslogtreecommitdiff
path: root/editors/mode-info/pkg-descr
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-01-22 18:43:33 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-01-22 18:43:33 +0000
commit43008f4520a2224f36fdf718ad6bbfe4ab562804 (patch)
treede66fd70e3e324c9d5ed6e9abf7640e8b164e9f6 /editors/mode-info/pkg-descr
parentUpdate to 2.8.5dev.7. (diff)
Add elisp-info.el, provide functions for Emacs to find
description of function or variable from Emacs-Lisp Reference Manual.
Notes
Notes: svn path=/head/; revision=53592
Diffstat (limited to 'editors/mode-info/pkg-descr')
-rw-r--r--editors/mode-info/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/mode-info/pkg-descr b/editors/mode-info/pkg-descr
new file mode 100644
index 000000000000..ee499a09b98b
--- /dev/null
+++ b/editors/mode-info/pkg-descr
@@ -0,0 +1,9 @@
+This package provide functions for Emacs with which you can
+find description of function or variable from Emacs-Lisp
+Reference Manual. If you put (require 'elisp-info-setup)
+in ~/.emacs then following key binds are provided.
+
+C-h f (C-h d) : elisp-info-describe-function
+C-h D : describe-function
+C-h v : elisp-info-describe-variable
+C-h V : describe-variable