From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: describe-mode "some-mode"? Date: Sat, 23 Aug 2014 20:39:57 -0700 (PDT) Message-ID: <27a2096e-c8f0-4b84-a1d6-9f4cf36d8304@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1408851626 32504 80.91.229.3 (24 Aug 2014 03:40:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2014 03:40:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 05:40:19 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XLOfD-0004rX-FR for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 05:40:19 +0200 Original-Received: from localhost ([::1]:42907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLOfC-0005HK-LC for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2014 23:40:18 -0400 X-Received: by 10.42.118.200 with SMTP id y8mr13112295icq.4.1408851597839; Sat, 23 Aug 2014 20:39:57 -0700 (PDT) X-Received: by 10.50.33.4 with SMTP id n4mr174902igi.14.1408851597714; Sat, 23 Aug 2014 20:39:57 -0700 (PDT) Original-Path: usenet.stanford.edu!uq10no4182302igb.0!news-out.google.com!aw9ni2igc.0!nntp.google.com!r2no5983544igi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.24.154; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.24.154 User-Agent: G2/1.0 Injection-Date: Sun, 24 Aug 2014 03:39:57 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207105 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99382 Archived-At: On Friday, August 22, 2014 10:57:24 PM UTC+5:30, lee wrote: > Hi, > is there a function like describe-key which describes a mode specified > by the user? > The docstring of describe-mode says it either describes the mode of the > current buffer or of the buffer given. How can I get a description of a > mode without enabling the mode in a buffer? [I may be missing something but] Why not M-x describe-function RET mode-name ?