Mercurial > emacs
changeset 101509:c915fbc219ff
Fix typos.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 26 Jan 2009 02:37:20 +0000 |
parents | 86f67454cfbb |
children | 89895e7b4ac6 |
files | doc/misc/ChangeLog doc/misc/org.texi |
diffstat | 2 files changed, 16 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/misc/ChangeLog Mon Jan 26 02:06:58 2009 +0000 +++ b/doc/misc/ChangeLog Mon Jan 26 02:37:20 2009 +0000 @@ -1,6 +1,10 @@ +2009-01-26 Glenn Morris <rgm@gnu.org> + + * org.texi: Fix typos. + 2009-01-26 Bill Wohler <wohler@newt.com> - * mh-e.texi (EDITION, UPDATED): Update. + * mh-e.texi (EDITION, UPDATED): Update. 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
--- a/doc/misc/org.texi Mon Jan 26 02:06:58 2009 +0000 +++ b/doc/misc/org.texi Mon Jan 26 02:37:20 2009 +0000 @@ -583,7 +583,7 @@ the file's name is. See also the variable @code{org-insert-mode-line-in-empty-file}. -Many commands in Org work on the region is he region is active. To make use +Many commands in Org work on the region if the region is active. To make use of this, you need to have @code{transient-mark-mode} (@code{zmacs-regions} in XEmacs) turned on. In Emacs 23 this is the default, in Emacs 22 you need to do this yourself with @@ -1619,12 +1619,12 @@ @c @kindex C-c - @item C-c - -Insert a horizontal line below current row. With a prefix argument, the line +Insert a horizontal line below current row. With a prefix argument, the line is created above the current line. @c @kindex C-c @key{RET} @item C-c @key{RET} -Insert a horizontal line below current row. and mode the cursor into the row +Insert a horizontal line below current row, and move the cursor into the row below that line. @c @kindex C-c ^ @@ -2100,7 +2100,7 @@ @example @r{Swap the first two characters of the content of column 1} '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2)) -@r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}} +@r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}} '(+ $1 $2);N @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}} '(apply '+ '($1..$4));N @@ -2728,7 +2728,7 @@ the current URL. For IRC links, if you set the variable @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will store a @samp{file:/} style link to the relevant point in the logs for the current -conversation. Otherwise an @samp{irc:/} style link to the user/channel/server +conversation. Otherwise an @samp{irc:/} style link to the user/channel/server under the point will be stored. For any other files, the link will point to the file, with a search string @@ -6078,7 +6078,7 @@ 18:00...... ------------------ 19:00...... The Vogon reads his poem 20:00...... ------------------ - 20:30-22:15 Marwin escorts the Hitchhikers to the bridge + 20:30-22:15 Marvin escorts the Hitchhikers to the bridge @end example The time grid can be turned on and off with the variable @@ -6734,7 +6734,7 @@ If you are away from your computer, it can be very useful to have a printed version of some agenda views to carry around. Org mode can export custom agenda views as plain text, HTML@footnote{You need to -install Hrvoje Niksic's @file{htmlize.el}.} postscript, and iCalendar +install Hrvoje Niksic's @file{htmlize.el}.}, postscript, and iCalendar files. If you want to do this only occasionally, use the command @table @kbd @@ -7457,7 +7457,7 @@ numbered snippet will be continued in the current one. In literal examples, Org will interpret strings like @samp{(ref:name)} as labels, and use them as targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference -name enclosed in single parenthesis). In HTML, hoovering the mouse over such +name enclosed in single parenthesis). In HTML, hovering the mouse over such a link will remote-highlight the corresponding code line, which is kind of cool. If the example/src snippet is numbered, you can also add a @code{-r} switch. Then labels will be @i{removed} from the source code and the links @@ -7479,8 +7479,8 @@ @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal -n -r -l "((%s))"}. See also the variable @code{org-coderef-label-format}. -HTML export also allows examples to be publishes as text areas, @pxref{Text -areas in HTML export} +HTML export also allows examples to be published as text areas, @pxref{Text +areas in HTML export}. @table @kbd @kindex C-c ' @@ -9411,7 +9411,7 @@ @item @file{org-interactive-query.el} by @i{Christopher League} Interactive modification of tags queries. After running a general query in -Org, this package allows to narrow down the results by adding more tags or +Org, this package allows you to narrow down the results by adding more tags or keywords. @item @file{org-mairix.el} by @i{Georg C. F. Greve}