aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-07-06 00:23:30 -0700
committerPaul Eggert2017-07-06 00:24:56 -0700
commit20e9a00fb5d12ad408f9dd15adcfcd205783c1b0 (patch)
tree3d464df7b404345185989cbf6d0380a039c1ce0b /doc
parent7a0170de20fe1225d3eeac099d1e61a0c0410bf3 (diff)
downloademacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.tar.gz
emacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.zip
Spelling fixes
* lisp/org/org-table.el (org-table-sort-lines): Fix misspelling in prompt. * lisp/org/ox-ascii.el (org-ascii--describe-datum): Fix misspelling in call to org-element-lineage.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/killing.texi2
-rw-r--r--doc/misc/org.texi18
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index 0b5efd04a18..5165881739f 100644
--- a/doc/emacs/killing.texi
+++ b/doc/emacs/killing.texi
@@ -521,7 +521,7 @@ data to the clipboard manager, change the variable
521 521
522 Since strings containing NUL bytes are usually truncated when passed 522 Since strings containing NUL bytes are usually truncated when passed
523through the clipboard, Emacs replaces such characters with ``\0'' 523through the clipboard, Emacs replaces such characters with ``\0''
524before transfering them to the system's clipboard. 524before transferring them to the system's clipboard.
525 525
526@vindex select-enable-primary 526@vindex select-enable-primary
527@findex clipboard-kill-region 527@findex clipboard-kill-region
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index e3f8962c896..e1de3087311 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -1983,7 +1983,7 @@ you can use the usual commands to follow these links.
1983@item C-c ' 1983@item C-c '
1984@item C-c ' 1984@item C-c '
1985Edit the footnote definition corresponding to the reference at point in 1985Edit the footnote definition corresponding to the reference at point in
1986a seperate window. The window can be closed by pressing @kbd{C-c '}. 1986a separate window. The window can be closed by pressing @kbd{C-c '}.
1987 1987
1988@end table 1988@end table
1989 1989
@@ -5291,7 +5291,7 @@ or with a tree they need to be inserted into a special drawer
5291right below a headline, and its planning line (@pxref{Deadlines and 5291right below a headline, and its planning line (@pxref{Deadlines and
5292scheduling}) when applicable. Each property is specified on a single line, 5292scheduling}) when applicable. Each property is specified on a single line,
5293with the key (surrounded by colons) first, and the value after it. Keys are 5293with the key (surrounded by colons) first, and the value after it. Keys are
5294case-insensitives. Here is an example: 5294case-insensitive. Here is an example:
5295 5295
5296@example 5296@example
5297* CD collection 5297* CD collection
@@ -6218,7 +6218,7 @@ format is shorter, things do work as expected.
6218@section Deadlines and scheduling 6218@section Deadlines and scheduling
6219 6219
6220A timestamp may be preceded by special keywords to facilitate planning. Both 6220A timestamp may be preceded by special keywords to facilitate planning. Both
6221the timestamp and the keyword have to be positioned immediatly after the task 6221the timestamp and the keyword have to be positioned immediately after the task
6222they refer to. 6222they refer to.
6223 6223
6224@table @var 6224@table @var
@@ -10011,7 +10011,7 @@ completions. If you need such a symbol inside a word, terminate it with
10011a pair of curly brackets. For example 10011a pair of curly brackets. For example
10012 10012
10013@example 10013@example
10014Protip: Given a circle \Gamma of diameter d, the length of its circumference 10014Pro tip: Given a circle \Gamma of diameter d, the length of its circumference
10015is \pi@{@}d. 10015is \pi@{@}d.
10016@end example 10016@end example
10017 10017
@@ -11395,7 +11395,7 @@ transcoding @LaTeX{} fragments to images (@pxref{Math formatting in HTML
11395export}). 11395export}).
11396 11396
11397@item SUBTITLE 11397@item SUBTITLE
11398@cindex #+SUBTILE (HTML) 11398@cindex #+SUBTITLE (HTML)
11399The document's subtitle. HTML exporter formats subtitle if document type is 11399The document's subtitle. HTML exporter formats subtitle if document type is
11400@samp{HTML5} and the CSS has a @samp{subtitle} class. 11400@samp{HTML5} and the CSS has a @samp{subtitle} class.
11401@end table 11401@end table
@@ -11692,7 +11692,7 @@ buffer. For example, with the following settings,
11692@smallexample 11692@smallexample
11693#+HTML_MATHJAX: align: left indent: 5em tagside: left font: Neo-Euler 11693#+HTML_MATHJAX: align: left indent: 5em tagside: left font: Neo-Euler
11694@end smallexample 11694@end smallexample
11695equation labels will be displayed on the left marign and equations will be 11695equation labels will be displayed on the left margin and equations will be
11696five ems from the left margin. 11696five ems from the left margin.
11697 11697
11698@noindent See the docstring of 11698@noindent See the docstring of
@@ -17679,7 +17679,7 @@ thes variable, @code{org-imenu-depth}.
17679@cindex Ludlam, Eric M. 17679@cindex Ludlam, Eric M.
17680Speedbar package creates a special Emacs frame for displaying files and index 17680Speedbar package creates a special Emacs frame for displaying files and index
17681items in files. Org mode supports Speedbar; users can drill into Org files 17681items in files. Org mode supports Speedbar; users can drill into Org files
17682directly from the Speedbar. The @kbd{<} in the Speedbar frame tweeks the 17682directly from the Speedbar. The @kbd{<} in the Speedbar frame tweaks the
17683agenda commands to that file or to a subtree. 17683agenda commands to that file or to a subtree.
17684@cindex @file{table.el} 17684@cindex @file{table.el}
17685@item @file{table.el} by Takaaki Ota 17685@item @file{table.el} by Takaaki Ota
@@ -18459,7 +18459,7 @@ meaningful string suitable for the agenda view.
18459@vindex org-agenda-skip-function 18459@vindex org-agenda-skip-function
18460 18460
18461Search for entries with a limit set on levels for the custom search. This is 18461Search for entries with a limit set on levels for the custom search. This is
18462a general appraoch to creating custom searches in Org. To include all 18462a general approach to creating custom searches in Org. To include all
18463levels, use @samp{LEVEL>0}@footnote{Note that, for 18463levels, use @samp{LEVEL>0}@footnote{Note that, for
18464@code{org-odd-levels-only}, a level number corresponds to order in the 18464@code{org-odd-levels-only}, a level number corresponds to order in the
18465hierarchy, not to the number of stars.}. Then to selectively pick the 18465hierarchy, not to the number of stars.}. Then to selectively pick the
@@ -19116,7 +19116,7 @@ calculations and improved XEmacs compatibility, in particular by porting
19116@file{nouline.el} to XEmacs. 19116@file{nouline.el} to XEmacs.
19117@item 19117@item
19118@i{Sacha Chua} suggested copying some linking code from Planner, and helped 19118@i{Sacha Chua} suggested copying some linking code from Planner, and helped
19119make Org pupular through her blog. 19119make Org popular through her blog.
19120@item 19120@item
19121@i{Toby S. Cubitt} contributed to the code for clock formats. 19121@i{Toby S. Cubitt} contributed to the code for clock formats.
19122@item 19122@item