aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy1993-08-08 00:20:22 +0000
committerJim Blandy1993-08-08 00:20:22 +0000
commit1b3250ab67e98c9deb8f51be46239e886f85c7ee (patch)
treea9d000caa024d047f5cd4a68f4fba75244b7e697 /lisp
parentfe5e3a2acacde810697abb499f27537beae9b3f1 (diff)
downloademacs-1b3250ab67e98c9deb8f51be46239e886f85c7ee.tar.gz
emacs-1b3250ab67e98c9deb8f51be46239e886f85c7ee.zip
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ehelp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el
index 00e16b657c1..1dc181e198e 100644
--- a/lisp/ehelp.el
+++ b/lisp/ehelp.el
@@ -26,7 +26,7 @@
26;; This package provides a pre-packaged `Electric Help Mode' for 26;; This package provides a pre-packaged `Electric Help Mode' for
27;; browsing on-line help screens. There is one entry point, 27;; browsing on-line help screens. There is one entry point,
28;; `with-electric-help'; All you have to give it is a no-argument 28;; `with-electric-help'; All you have to give it is a no-argument
29;; function that generates the actual text of the help into the urrent 29;; function that generates the actual text of the help into the current
30;; buffer. 30;; buffer.
31 31
32;;; Code: 32;;; Code: