From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Rooke Subject: [PATCH] Fix a few references to the JavaScript name Date: Sun, 18 Jul 2010 15:44:33 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39295 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaV6d-0006JT-4g for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 10:44:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaV6b-0007fD-KR for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 10:44:38 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42849) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaV6b-0007f2-EC for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 10:44:37 -0400 Received: by wyj26 with SMTP id 26so4148042wyj.0 for ; Sun, 18 Jul 2010 07:44:36 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Subject: [PATCH] Fix some trivial typos People like Douglas Crockford (a member of the JavaScript 2.0 committee at ECMA and author of JavaScript: The Good Parts) capitalize the J and the S in JavaScript. This patch fixes some references to follow this standard. --- doc/org.texi | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index fc8236c..3002772 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -365,7 +365,7 @@ HTML export * Images in HTML export:: How to insert figures into HTML output * Text areas in HTML export:: An alternative way to show an example * CSS support:: Changing the appearance of the output -* Javascript support:: Info and Folding in a web browser +* JavaScript support:: Info and Folding in a web browser La@TeX{} and PDF export @@ -9334,7 +9334,7 @@ language, but with additional support for tables. * Images in HTML export:: How to insert figures into HTML output * Text areas in HTML export:: An alternative way to show an example * CSS support:: Changing the appearance of the output -* Javascript support:: Info and Folding in a web browser +* JavaScript support:: Info and Folding in a web browser @end menu @node HTML Export commands, Quoting HTML tags, HTML export, HTML export @@ -9526,7 +9526,7 @@ respectively. For example @end example -@node CSS support, Javascript support, Text areas in HTML export, HTML export +@node CSS support, JavaScript support, Text areas in HTML export, HTML export @subsection CSS support @cindex CSS, for HTML export @cindex HTML export, CSS @@ -9597,8 +9597,8 @@ referring to an external file. @c FIXME: More about header and footer styles @c FIXME: Talk about links and targets. -@node Javascript support, , CSS support, HTML export -@subsection Javascript supported display of web pages +@node JavaScript support, , CSS support, HTML export +@subsection JavaScript supported display of web pages @cindex Rose, Sebastian Sebastian Rose has written a JavaScript program especially designed to -- 1.7.1.1