[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/help.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/help.el |
Date: |
Sun, 13 Jan 2002 20:36:45 -0500 |
Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.240 emacs/lisp/help.el:1.241
*** emacs/lisp/help.el:1.240 Sun Jan 13 20:36:33 2002
--- emacs/lisp/help.el Sun Jan 13 20:36:45 2002
***************
*** 225,238 ****
C-w Display information on absence of warranty for GNU Emacs."
help-map)
-
-
- (define-key help-map "F" 'Info-goto-emacs-command-node)
- (define-key help-map "K" 'Info-goto-emacs-key-command-node)
- (define-key help-map "I" 'info-lookup-symbol)
-
-
-
(defun function-called-at-point ()
--- 225,230 ----