diff options
| author | Richard M. Stallman | 1996-10-12 02:34:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-12 02:34:32 +0000 |
| commit | 4408bb61c3d51602202727b9670db8d543a456a4 (patch) | |
| tree | 597bfb40a8e36b4d9366cacfacbcdc758967d8a2 /lisp | |
| parent | c139ae756c79e5adb166dd34347726843b41647f (diff) | |
| download | emacs-4408bb61c3d51602202727b9670db8d543a456a4.tar.gz emacs-4408bb61c3d51602202727b9670db8d543a456a4.zip | |
(tpu-load-xkeys): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emulation/tpu-edt.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 8434cd5562f..7388e5144c0 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | ;; Please note that TPU-edt does NOT emulate TPU. It emulates TPU's EDT | 61 | ;; Please note that TPU-edt does NOT emulate TPU. It emulates TPU's EDT |
| 62 | ;; emulation. Very few TPU line-mode commands are supported. | 62 | ;; emulation. Very few TPU line-mode commands are supported. |
| 63 | 63 | ||
| 64 | ;; TPU-edt, like it's VMS cousin, works on VT-series terminals with DEC | 64 | ;; TPU-edt, like its VMS cousin, works on VT-series terminals with DEC |
| 65 | ;; style keyboards. VT terminal emulators, including xterm with the | 65 | ;; style keyboards. VT terminal emulators, including xterm with the |
| 66 | ;; appropriate key translations, work just fine too. | 66 | ;; appropriate key translations, work just fine too. |
| 67 | 67 | ||
| @@ -126,7 +126,7 @@ | |||
| 126 | ;; a small help file showing the default keypad layout, control key | 126 | ;; a small help file showing the default keypad layout, control key |
| 127 | ;; functions, and Gold key functions. Pressing any key inside of help | 127 | ;; functions, and Gold key functions. Pressing any key inside of help |
| 128 | ;; splits the screen and prints a description of the function of the | 128 | ;; splits the screen and prints a description of the function of the |
| 129 | ;; pressed key. Gold-PF2 invokes the native emacs help, with it's | 129 | ;; pressed key. Gold-PF2 invokes the native emacs help, with its |
| 130 | ;; zillions of options. | 130 | ;; zillions of options. |
| 131 | 131 | ||
| 132 | ;; Thanks to emacs, TPU-edt has some extensions that may make your life | 132 | ;; Thanks to emacs, TPU-edt has some extensions that may make your life |
| @@ -2391,7 +2391,7 @@ If FILE is nil, try to load a default file. The default file names are | |||
| 2391 | Ack!! You're running TPU-edt under X-windows without loading an | 2391 | Ack!! You're running TPU-edt under X-windows without loading an |
| 2392 | X key definition file. To create a TPU-edt X key definition | 2392 | X key definition file. To create a TPU-edt X key definition |
| 2393 | file, run the tpu-mapper.el program. It came with TPU-edt. It | 2393 | file, run the tpu-mapper.el program. It came with TPU-edt. It |
| 2394 | even includes directions on how to use it! Perhaps it's laying | 2394 | even includes directions on how to use it! Perhaps it's lying |
| 2395 | around here someplace. ") | 2395 | around here someplace. ") |
| 2396 | (let ((file "tpu-mapper.el") | 2396 | (let ((file "tpu-mapper.el") |
| 2397 | (found nil) | 2397 | (found nil) |