diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-12 02:41:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-12 02:41:07 +0000 |
commit | 5d137be3bda08ac9851785309f59455c314b2493 (patch) | |
tree | 8cdf95032c8dc5ec1665879bda6495487b4e2118 /lisp/emulation/edt.el | |
parent | 6e625da152620b6ed42017560a6d6590754cd803 (diff) | |
download | emacs-5d137be3bda08ac9851785309f59455c314b2493.tar.gz |
(edt-load-xkeys): Doc fix.
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r-- | lisp/emulation/edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 6d364eed73a..6ec3dbc3f1e 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -1455,7 +1455,7 @@ If FILE is nil, try to load a default file. The default file names are emacs -q -l edt-mapper.el The file edt-mapper.el includes these same directions on how to - use it! Perhaps it's laying around here someplace. \n ") + use it! Perhaps it's lying around here someplace. \n ") (let ((file "edt-mapper.el") (found nil) (path nil) |