From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.help Subject: Re: Shell scripting mode Date: Thu, 10 Oct 2013 14:27:43 -0600 Message-ID: <20131010202743.GA20625@hysteria.proulx.com> References: <87zjqi6by2.fsf@alumnos.upm.es> <87mwmhp881.fsf@alumnos.upm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1381436894 18115 80.91.229.3 (10 Oct 2013 20:28:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Oct 2013 20:28:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 10 22:28:15 2013 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 1VUMqF-0008BL-5I for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 22:28:15 +0200 Original-Received: from localhost ([::1]:50988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUMqE-0007XS-PK for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 16:28:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUMpx-0007WS-Lm for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 16:28:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUMpq-00084j-9t for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 16:27:57 -0400 Original-Received: from joseki.proulx.com ([216.17.153.58]:45217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUMpp-00083s-NE for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 16:27:50 -0400 Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id 191C52123F for ; Thu, 10 Oct 2013 14:27:44 -0600 (MDT) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id 0B8342DCE6; Thu, 10 Oct 2013 14:27:43 -0600 (MDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <87mwmhp881.fsf@alumnos.upm.es> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.17.153.58 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:93926 Archived-At: Adri=E1n Mart=EDnez Larumbe wrote: > - Online Documentation of shell builtins > (I guess the best way is turning to woman and reading the > matching section) Just noting that bash comes with help for the builtins. Meaning that you can ask bash for help with "help foo" such as "help read". Meaning that bash documentation for read is "M-! help read Enter". (AKA ESC-! help read Enter.) Bob