[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to install elisp manual to emacs?
|
From: |
Skull |
|
Subject: |
Re: How to install elisp manual to emacs? |
|
Date: |
Fri, 15 Sep 2006 23:25:09 +0800 |
|
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) |
"jronald" <address@hidden> writes:
> I'v downloaded the lastest elisp manual, whose version is 21-2.8.
> I'm using emacs 21.3 on windows xp.
> I want to use C-h i m elisp to view the elisp manual.
> How may I install it?
> Thanks.
>
>
First, copy all necessary info files to youremacs/info. and then
modifiy youremacs/info/dir, putting following line into bottom of this
file.
* Elisp: (elisp). The Emacs Lisp Reference Manual.
--
- Skull