diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-06 00:23:30 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-06 00:24:56 -0700 |
commit | 20e9a00fb5d12ad408f9dd15adcfcd205783c1b0 (patch) | |
tree | 3d464df7b404345185989cbf6d0380a039c1ce0b /doc/misc | |
parent | 7a0170de20fe1225d3eeac099d1e61a0c0410bf3 (diff) | |
download | emacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.tar.gz emacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.tar.bz2 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/misc')
-rw-r--r-- | doc/misc/org.texi | 18 |
1 files changed, 9 insertions, 9 deletions
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. @item C-c ' @item C-c ' Edit the footnote definition corresponding to the reference at point in -a seperate window. The window can be closed by pressing @kbd{C-c '}. +a separate window. The window can be closed by pressing @kbd{C-c '}. @end table @@ -5291,7 +5291,7 @@ or with a tree they need to be inserted into a special drawer right below a headline, and its planning line (@pxref{Deadlines and scheduling}) when applicable. Each property is specified on a single line, with the key (surrounded by colons) first, and the value after it. Keys are -case-insensitives. Here is an example: +case-insensitive. Here is an example: @example * CD collection @@ -6218,7 +6218,7 @@ format is shorter, things do work as expected. @section Deadlines and scheduling A timestamp may be preceded by special keywords to facilitate planning. Both -the timestamp and the keyword have to be positioned immediatly after the task +the timestamp and the keyword have to be positioned immediately after the task they refer to. @table @var @@ -10011,7 +10011,7 @@ completions. If you need such a symbol inside a word, terminate it with a pair of curly brackets. For example @example -Protip: Given a circle \Gamma of diameter d, the length of its circumference +Pro tip: Given a circle \Gamma of diameter d, the length of its circumference is \pi@{@}d. @end example @@ -11395,7 +11395,7 @@ transcoding @LaTeX{} fragments to images (@pxref{Math formatting in HTML export}). @item SUBTITLE -@cindex #+SUBTILE (HTML) +@cindex #+SUBTITLE (HTML) The document's subtitle. HTML exporter formats subtitle if document type is @samp{HTML5} and the CSS has a @samp{subtitle} class. @end table @@ -11692,7 +11692,7 @@ buffer. For example, with the following settings, @smallexample #+HTML_MATHJAX: align: left indent: 5em tagside: left font: Neo-Euler @end smallexample -equation labels will be displayed on the left marign and equations will be +equation labels will be displayed on the left margin and equations will be five ems from the left margin. @noindent See the docstring of @@ -17679,7 +17679,7 @@ thes variable, @code{org-imenu-depth}. @cindex Ludlam, Eric M. Speedbar package creates a special Emacs frame for displaying files and index items in files. Org mode supports Speedbar; users can drill into Org files -directly from the Speedbar. The @kbd{<} in the Speedbar frame tweeks the +directly from the Speedbar. The @kbd{<} in the Speedbar frame tweaks the agenda commands to that file or to a subtree. @cindex @file{table.el} @item @file{table.el} by Takaaki Ota @@ -18459,7 +18459,7 @@ meaningful string suitable for the agenda view. @vindex org-agenda-skip-function Search for entries with a limit set on levels for the custom search. This is -a general appraoch to creating custom searches in Org. To include all +a general approach to creating custom searches in Org. To include all levels, use @samp{LEVEL>0}@footnote{Note that, for @code{org-odd-levels-only}, a level number corresponds to order in the hierarchy, not to the number of stars.}. Then to selectively pick the @@ -19116,7 +19116,7 @@ calculations and improved XEmacs compatibility, in particular by porting @file{nouline.el} to XEmacs. @item @i{Sacha Chua} suggested copying some linking code from Planner, and helped -make Org pupular through her blog. +make Org popular through her blog. @item @i{Toby S. Cubitt} contributed to the code for clock formats. @item |