From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] correct language names, acronyms etc. Date: Tue, 30 Nov 2010 16:46:13 +0000 Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=57358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNe7I-0002PQ-PI for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 23:16:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNTiE-0005ZA-9J for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:09:55 -0500 Received: from server.network-theory.com ([109.74.193.71]:41397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNTiD-0005Ye-VM for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:09:54 -0500 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 =46rom 2c77e5b2a3b48708b2e0993fe773950332fd6dd2 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:07:36 +0000 Subject: [PATCH] correct language names, acronyms etc. --- doc/org.texi | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index f511d36..2814cf5 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -8956,8 +8956,8 @@ variable @code{org-pretty-entities}, or on a per-file= base with the @table @kbd @kindex C-c C-x \ @item C-c C-x \ -Toggle display of entities as UTF8 characters. This does not change the -buffer content which remains plain ASCII, but it overlays the UTF8 charact= er +Toggle display of entities as UTF-8 characters. This does not change the +buffer content which remains plain ASCII, but it overlays the UTF-8 charac= ter for display purposes only. @end table =20 @@ -8995,7 +8995,7 @@ subscript, but @samp{a_@{b@}} will. @table @kbd @kindex C-c C-x \ @item C-c C-x \ -In addition to showing entities as UTF8 characters, this command will also +In addition to showing entities as UTF-8 characters, this command will also format sub- and superscripts in a WYSIWYM way. @end table =20 @@ -9787,7 +9787,7 @@ toc: @r{Should the table of contents @emph{initia= lly} be visible?} @r{Even when @code{nil}, you can always get to the "toc" with @kb= d{i}.} tdepth: @r{The depth of the table of contents. The defaults are taken fr= om} @r{the variables @code{org-export-headline-levels} and @code{org-= export-with-toc}.} -ftoc: @r{Does the css of the page specify a fixed position for the "toc= "?} +ftoc: @r{Does the CSS of the page specify a fixed position for the "toc= "?} @r{If yes, the toc will never be displayed as a section.} ltoc: @r{Should there be short contents (children) in each section?} @r{Make this @code{above} if the section should be above initial = text.} @@ -11182,7 +11182,7 @@ can be used to map arbitrary language names to exis= ting major modes. Controls the way Emacs windows are rearranged when the edit buffer is crea= ted. @item org-src-preserve-indentation This variable is especially useful for tangling languages such as -python, in which whitespace indentation in the output is critical. +Python, in which whitespace indentation in the output is critical. @item org-src-ask-before-returning-to-edit-buffer By default, Org will ask before returning to an open edit buffer. Set this variable to nil to switch without asking. @@ -11351,17 +11351,17 @@ Code blocks in the following languages are suppor= ted. @item @b{Language} @tab @b{Identifier} @tab @b{Language} @tab @b{Identifie= r} @item Asymptote @tab asymptote @tab C @tab C @item C++ @tab C++ @tab Clojure @tab clojure -@item css @tab css @tab ditaa @tab ditaa +@item CSS @tab css @tab ditaa @tab ditaa @item Graphviz @tab dot @tab Emacs Lisp @tab emacs-lisp @item gnuplot @tab gnuplot @tab Haskell @tab haskell -@item LaTeX @tab latex @tab Matlab @tab matlab +@item LaTeX @tab latex @tab MATLAB @tab matlab @item Mscgen @tab mscgen @tab Objective Caml @tab ocaml -@item Octave @tab octave @tab OZ @tab oz +@item Octave @tab octave @tab Oz @tab oz @item Perl @tab perl @tab Python @tab python @item R @tab R @tab Ruby @tab ruby @item Sass @tab sass @tab GNU Screen @tab screen @item shell @tab sh @tab SQL @tab sql -@item Sqlite @tab sqlite +@item SQLite @tab sqlite @end multitable =20 Language-specific documentation is available for some languages. If @@ -11785,7 +11785,7 @@ should be collected from the code block. @item @code{value} This is the default. The result is the value of the last statement in the code block. This header argument places the evaluation in functional -mode. Note that in some languages, e.g., python, use of this result type +mode. Note that in some languages, e.g., Python, use of this result type requires that a @code{return} statement be included in the body of the sou= rce code block. E.g., @code{:results value}. @item @code{output} @@ -11830,7 +11830,7 @@ Result are assumed to be parseable code and are enc= losed in a code block. E.g., @code{:results value code}. @item @code{pp} The result is converted to pretty-printed code and is enclosed in a code -block. This option currently supports Emacs Lisp, python, and ruby. E.g., +block. This option currently supports Emacs Lisp, Python, and Ruby. E.g., @code{:results value pp}. @end itemize =20 @@ -11868,7 +11868,7 @@ Note that for some languages, including R, gnuplot,= LaTeX and ditaa, graphical output is sent to the specified file without the file being referenced explicitly in the code block. See the documentation for the individual languages for details. In contrast, general purpose languages s= uch -as python and ruby require that the code explicitly create output +as Python and Ruby require that the code explicitly create output corresponding to the path indicated by @code{:file}. =20 =20 @@ -12084,7 +12084,7 @@ values: @code{yes} or @code{no}. The default. No caching takes place, and the code block will be evaluated every time it is called. @item @code{yes} -Every time the code block is run a sha1 hash of the code and arguments +Every time the code block is run a SHA1 hash of the code and arguments passed to the block will be generated. This hash is packed into the @code{#+results:} line and will be checked on subsequent executions of the code block. If the code block has not @@ -12262,9 +12262,9 @@ vector of strings or numbers) when appropriate. This is the default. Internally, the value is obtained by wrapping the code in a function definition in the external language, and evaluating that function. Therefore, code should be written as if it were the body of such= a -function. In particular, note that python does not automatically return a +function. In particular, note that Python does not automatically return a value from a function unless a @code{return} statement is present, and so a -@samp{return} statement will usually be required in python. +@samp{return} statement will usually be required in Python. =20 This is the only one of the four evaluation contexts in which the code is automatically wrapped in a function definition. @@ -12280,7 +12280,7 @@ future work.) The code is passed to the interpreter running as an interactive Emacs inferior process. The result returned is the result of the last evaluation performed by the interpreter. (This is obtained in a language-specific -manner: the value of the variable @code{_} in python and ruby, and the val= ue +manner: the value of the variable @code{_} in Python and Ruby, and the val= ue of @code{.Last.value} in R). =20 @subsubsection @code{:results output} @@ -12581,7 +12581,7 @@ beginning of a headline, i.e. before the first star= . Configure the variable pre-defined list of commands, and you can add more such commands using the variable @code{org-speed-commands-user}. Speed keys do not only speed up navigation and other commands, but they also provide an alternative way to -execute commands bound to keys that are not or not easily available on a t= ty, +execute commands bound to keys that are not or not easily available on a T= TY, or on a small mobile device with a limited keyboard. =20 To see which commands are available, activate the feature and press @kbd{?} @@ -12887,12 +12887,12 @@ hideblocks @r{Hide all begin/end blocks on star= tup} nohideblocks @r{Do not hide blocks on startup} @end example @cindex org-pretty-entities -The display of entities as UTF8 characters is governed by the variable +The display of entities as UTF-8 characters is governed by the variable @code{org-pretty-entities} and the keywords @cindex @code{entitiespretty}, STARTUP keyword @cindex @code{entitiesplain}, STARTUP keyword @example -entitiespretty @r{Show entities as UTF8 characters where possible} +entitiespretty @r{Show entities as UTF-8 characters where possible} entitiesplain @r{Leave entities plain} @end example @item #+TAGS: TAG1(c1) TAG2(c2) @@ -13279,7 +13279,7 @@ to have other replacement keys, look at the variable @item @file{yasnippet.el} @cindex @file{yasnippet.el} The way Org-mode binds the TAB key (binding to @code{[tab]} instead of -@code{"\t"}) overrules yasnippet's access to this key. The following code +@code{"\t"}) overrules YASnippet's access to this key. The following code fixed this problem: =20 @lisp @@ -14598,7 +14598,7 @@ and being able to quickly restrict the agenda to a = subtree. @i{Tim O'Callaghan} suggested in-file links, search options for general file links, and TAGS. @item -@i{Osamu Okano} wrote @file{orgcard2ref.pl}, a perl program to create a te= xt +@i{Osamu Okano} wrote @file{orgcard2ref.pl}, a Perl program to create a te= xt version of the reference card. @item @i{Takeshi Okano} translated the manual and David O'Toole's tutorial --=20 1.6.0.6