emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/misc ChangeLog org.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/misc ChangeLog org.texi
Date: Mon, 26 Jan 2009 02:37:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/26 02:37:20

Modified files:
        doc/misc       : ChangeLog org.texi 

Log message:
        Fix typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/ChangeLog?cvsroot=emacs&r1=1.237&r2=1.238
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/org.texi?cvsroot=emacs&r1=1.35&r2=1.36

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -b -r1.237 -r1.238
--- ChangeLog   25 Jan 2009 19:40:51 -0000      1.237
+++ ChangeLog   26 Jan 2009 02:37:20 -0000      1.238
@@ -1,3 +1,7 @@
+2009-01-26  Glenn Morris  <address@hidden>
+
+       * org.texi: Fix typos.
+
 2009-01-26  Bill Wohler  <address@hidden>
 
        * mh-e.texi (EDITION, UPDATED): Update. 

Index: org.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/org.texi,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- org.texi    25 Jan 2009 15:54:29 -0000      1.35
+++ org.texi    26 Jan 2009 02:37:20 -0000      1.36
@@ -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
@@ -1624,7 +1624,7 @@
 @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))
address@hidden columns 1 and 2, equivalent to the Calc's @code{$1+$2}}
address@hidden 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
@@ -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, address@hidden 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}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]