help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I find docs for a given library? (minor mode?)


From: Thien-Thi Nguyen
Subject: Re: How do I find docs for a given library? (minor mode?)
Date: Mon, 26 Mar 2007 10:29:01 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

jmg3000@gmail.com writes:

> How do I find the docs for a library after I load it? For example, I
> loaded htmlize (`M-x load-library RET htmlize RET') and would like to
> see a listing of all the available docs that it comes with.

some packages do not have separate documentation.  luckily, the htmlize
Commentary (stylized comments in the source code) is relatively complete.
you can access it with `M-x finder-commentary RET htmlize RET'.

then try `M-x apropos ^htmlize- RET' for docs on funcs and vars.

thi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]