diff options
author | Jim Blandy <jimb@redhat.com> | 1993-08-08 00:20:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-08-08 00:20:22 +0000 |
commit | 1b3250ab67e98c9deb8f51be46239e886f85c7ee (patch) | |
tree | a9d000caa024d047f5cd4a68f4fba75244b7e697 /lisp/ehelp.el | |
parent | fe5e3a2acacde810697abb499f27537beae9b3f1 (diff) | |
download | emacs-1b3250ab67e98c9deb8f51be46239e886f85c7ee.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/ehelp.el')
-rw-r--r-- | lisp/ehelp.el | 2 |
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 @@ ;; This package provides a pre-packaged `Electric Help Mode' for ;; browsing on-line help screens. There is one entry point, ;; `with-electric-help'; All you have to give it is a no-argument -;; function that generates the actual text of the help into the urrent +;; function that generates the actual text of the help into the current ;; buffer. ;;; Code: |