diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-24 04:50:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-24 04:50:39 +0000 |
commit | a53e4a8bf6ac66829618eeb737548aee3c38a1f6 (patch) | |
tree | 577c5d4b0dbfc086991a00a8d9e7126d4472fdbb /lisp | |
parent | dc04f89bc3cc20f655cfa51f83a48616d3d77aec (diff) | |
download | emacs-a53e4a8bf6ac66829618eeb737548aee3c38a1f6.tar.gz emacs-a53e4a8bf6ac66829618eeb737548aee3c38a1f6.tar.bz2 emacs-a53e4a8bf6ac66829618eeb737548aee3c38a1f6.zip |
Comment change.
Diffstat (limited to 'lisp')
-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." (fset 'replace 'tpu-lm-replace) (fset 'REPLACE 'tpu-lm-replace) +;; Apparently TPU users really expect to do M-x help RET to get help. +;; So it is really necessary to redefine this. (fset 'help 'tpu-help) (fset 'HELP 'tpu-help) |