[net.emacs] minor GNU emacs bugs in info +FIX

jeff@voder.UUCP (Jeff Gilliam) (04/04/85)

Index:	.../lisp/info.el

Problem:
	The 'h', 'd', and '?' commands don't work in info.  Rubout doesn't
	cause scroll down as advertised.

Repeat-by:
	Enter emacs as type the following: M-x info<return> h
	Info will complain that there is no such node as (dir)Help.
	Try the 'd' and '?' commands and hear the beep.

Fix:
	Diffs follow:

	507c507
	<   (Info-find-node "dir"
	---
	>   (Info-find-node "info"
	518c518
	<    (insert (documentation 'Info-mod))
	---
	>    (insert (documentation 'Info-mode))
	529a530
	> (define-key Info-mode-map "\177" 'scroll-down)
	541a543
	> (define-key Info-mode-map "d" 'Info-directory)

-- 

Jeff Gilliam	{ucbvax,ihnp4!nsc}!voder!jeff