You might want to read the html-versions of these manuals:
http://www.gnu.org/software/emacs/manual/emacs.html
http://www.gnu.org/software/emacs/emacs-lisp-intro/
http://www.gnu.org/software/emacs/manual/elisp.html
________________________________
From: horse_rivers
To: help-gnu-emacs@gnu.org
Sent: Thursday, September 27, 2012 8:04 AM
Subject: Re:Re: how can I replace one keybing with another one ?
when I read the manul .I will get into the subitem step by step , so how to come back to previous view ?
At 2012-09-27 11:36:15,"Óscar Fuentes" wrote:
>horse_rivers writes:
>
>> if I want to read the manul for lisp in emacs help manul doc ,what key
>> to type in emacs ?
>
>Go to the "Help" menu, then to "More Manuals" and finally to "Emacs Lisp
>Reference".
>
>Another way is
>
>C-h i m elisp [INTRO]
>
>It is recommended to first read the "Introduction to Emacs Lisp",
>available from the same submenu as the other manual.
>
>