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.
This commit is contained in:
parent
8cedabd603
commit
f4c0c0b417
10
doc/org.texi
10
doc/org.texi
|
@ -365,7 +365,7 @@ HTML export
|
||||||
* Images in HTML export:: How to insert figures into HTML output
|
* Images in HTML export:: How to insert figures into HTML output
|
||||||
* Text areas in HTML export:: An alternative way to show an example
|
* Text areas in HTML export:: An alternative way to show an example
|
||||||
* CSS support:: Changing the appearance of the output
|
* 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
|
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
|
* Images in HTML export:: How to insert figures into HTML output
|
||||||
* Text areas in HTML export:: An alternative way to show an example
|
* Text areas in HTML export:: An alternative way to show an example
|
||||||
* CSS support:: Changing the appearance of the output
|
* 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
|
@end menu
|
||||||
|
|
||||||
@node HTML Export commands, Quoting HTML tags, HTML export, HTML export
|
@node HTML Export commands, Quoting HTML tags, HTML export, HTML export
|
||||||
|
@ -9526,7 +9526,7 @@ respectively. For example
|
||||||
@end 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
|
@subsection CSS support
|
||||||
@cindex CSS, for HTML export
|
@cindex CSS, for HTML export
|
||||||
@cindex HTML export, CSS
|
@cindex HTML export, CSS
|
||||||
|
@ -9597,8 +9597,8 @@ referring to an external file.
|
||||||
@c FIXME: More about header and footer styles
|
@c FIXME: More about header and footer styles
|
||||||
@c FIXME: Talk about links and targets.
|
@c FIXME: Talk about links and targets.
|
||||||
|
|
||||||
@node Javascript support, , CSS support, HTML export
|
@node JavaScript support, , CSS support, HTML export
|
||||||
@subsection Javascript supported display of web pages
|
@subsection JavaScript supported display of web pages
|
||||||
|
|
||||||
@cindex Rose, Sebastian
|
@cindex Rose, Sebastian
|
||||||
Sebastian Rose has written a JavaScript program especially designed to
|
Sebastian Rose has written a JavaScript program especially designed to
|
||||||
|
|
Loading…
Reference in New Issue