From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert P. J. Day" Newsgroups: gmane.emacs.help Subject: is there C-h help for a "require" feature? Date: Sat, 28 Sep 2002 13:31:38 -0400 (EDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1033234454 3457 127.0.0.1 (28 Sep 2002 17:34:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 28 Sep 2002 17:34:14 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17vLTp-0000td-00 for ; Sat, 28 Sep 2002 19:34:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vLU2-0004DB-00; Sat, 28 Sep 2002 13:34:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17vLTP-0004Bf-00 for help-gnu-emacs@gnu.org; Sat, 28 Sep 2002 13:33:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17vLTN-0004BB-00 for help-gnu-emacs@gnu.org; Sat, 28 Sep 2002 13:33:47 -0400 Original-Received: from tomts9.bellnexxia.net ([209.226.175.53] helo=tomts9-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vLTJ-00049m-00 for help-gnu-emacs@gnu.org; Sat, 28 Sep 2002 13:33:41 -0400 Original-Received: from xp ([65.93.101.113]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020928173340.CULQ10370.tomts9-srv.bellnexxia.net@xp> for ; Sat, 28 Sep 2002 13:33:40 -0400 X-X-Sender: rpjday@dell Original-To: GNU emacs mailing list Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1996 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1996 looking at someone else's elisp load file, and for the line (require 'cl), is there any C-h help for "cl"? given that it's not a function or variable, is there another C-h key sequence that would give help for that, perhaps from embedded documentation in the corresponding file? rday