From: Richard M. Stallman Date: Tue, 24 Sep 1996 04:50:39 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.1~3637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a53e4a8bf6ac66829618eeb737548aee3c38a1f6;p=emacs.git Comment change. --- 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)