diff options
| author | Richard M. Stallman | 1996-09-24 04:50:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-24 04:50:39 +0000 |
| commit | a53e4a8bf6ac66829618eeb737548aee3c38a1f6 (patch) | |
| tree | 577c5d4b0dbfc086991a00a8d9e7126d4472fdbb | |
| parent | dc04f89bc3cc20f655cfa51f83a48616d3d77aec (diff) | |
| download | emacs-a53e4a8bf6ac66829618eeb737548aee3c38a1f6.tar.gz emacs-a53e4a8bf6ac66829618eeb737548aee3c38a1f6.zip | |
Comment change.
| -rw-r--r-- | lisp/emulation/tpu-edt.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index a8730d5558c..8434cd5562f 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el | |||
| @@ -803,6 +803,8 @@ This is useful for inserting control characters." | |||
| 803 | (fset 'replace 'tpu-lm-replace) | 803 | (fset 'replace 'tpu-lm-replace) |
| 804 | (fset 'REPLACE 'tpu-lm-replace) | 804 | (fset 'REPLACE 'tpu-lm-replace) |
| 805 | 805 | ||
| 806 | ;; Apparently TPU users really expect to do M-x help RET to get help. | ||
| 807 | ;; So it is really necessary to redefine this. | ||
| 806 | (fset 'help 'tpu-help) | 808 | (fset 'help 'tpu-help) |
| 807 | (fset 'HELP 'tpu-help) | 809 | (fset 'HELP 'tpu-help) |
| 808 | 810 | ||