comparison lisp/help.el @ 42736:a14342ff6c15

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Jan 2002 01:36:45 +0000
parents 86919cd01cdd
children ffedbfc5d749
comparison
equal deleted inserted replaced
42735:86919cd01cdd 42736:a14342ff6c15
223 C-n Display news of recent Emacs changes. 223 C-n Display news of recent Emacs changes.
224 C-p Display information about the GNU project. 224 C-p Display information about the GNU project.
225 C-w Display information on absence of warranty for GNU Emacs." 225 C-w Display information on absence of warranty for GNU Emacs."
226 help-map) 226 help-map)
227 227
228
229
230 (define-key help-map "F" 'Info-goto-emacs-command-node)
231 (define-key help-map "K" 'Info-goto-emacs-key-command-node)
232 (define-key help-map "I" 'info-lookup-symbol)
233
234
235
236 228
237 229
238 (defun function-called-at-point () 230 (defun function-called-at-point ()
239 "Return a function around point or else called by the list containing point. 231 "Return a function around point or else called by the list containing point.
240 If that doesn't give a function, return nil." 232 If that doesn't give a function, return nil."