From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jmg3000@gmail.com Newsgroups: gmane.emacs.help Subject: How do I find docs for a given library? (minor mode?) Date: 21 Mar 2007 13:13:56 -0700 Organization: http://groups.google.com Message-ID: <1174508036.020011.311140@d57g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1174509640 17791 80.91.229.12 (21 Mar 2007 20:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 20:40:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 21 21:40:32 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HU7bj-0004RS-9u for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 21:40:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU7dR-0005of-7R for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 15:42:17 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!d57g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 72.1.159.253 Original-X-Trace: posting.google.com 1174508037 8184 127.0.0.1 (21 Mar 2007 20:13:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 21 Mar 2007 20:13:57 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070208 Iceweasel/2.0.0.2 (Debian-2.0.0.2+dfsg-3),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d57g2000hsg.googlegroups.com; posting-host=72.1.159.253; posting-account=0jymeQwAAAALbReIpIl6kgFFa_Xdu9Pp Original-Xref: shelby.stanford.edu gnu.emacs.help:146480 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42084 Archived-At: 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. I tried `C-h ?', but didn't see anything in there that looked like what I'm after. At first I thought htmlize might be considered a ``minor mode'', and so tried `C-h m', but -- regarding minor modes -- it only said: ,---- | For minor modes, see following pages. `---- and then I didn't see anything else about minor modes or how to access any ``following pages'' (besides just paging down through the major mode doc). Incidentally, I think font-lock-mode and transient-mark- mode are minor modes, and I've got them enabled, so why aren't they listed here (in the help screen I get with `C-h m')? Thanks, ---John