diff options
| author | Paul Eggert | 2012-05-28 23:16:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-28 23:16:49 -0700 |
| commit | c846da43835e99fa53c772814aa43c9ae7ac571b (patch) | |
| tree | 600a59a1a82be54023d58c1d82f9b2847becd07d /etc | |
| parent | b8f061b373e606e5ba757870ffa25b36c0df2d83 (diff) | |
| download | emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.zip | |
Spelling fixes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ORG-NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index a6b31cf1249..2cfa08f1286 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS | |||
| @@ -20,7 +20,7 @@ Please send Org bug reports to emacs-orgmode@gnu.org. | |||
| 20 | :PROPERTIES: | 20 | :PROPERTIES: |
| 21 | :OrgVersion: 7.4 | 21 | :OrgVersion: 7.4 |
| 22 | :END: | 22 | :END: |
| 23 | 23 | ||
| 24 | The variable =org-agenda-ndays= is obsolete - please use | 24 | The variable =org-agenda-ndays= is obsolete - please use |
| 25 | =org-agenda-span= instead. | 25 | =org-agenda-span= instead. |
| 26 | 26 | ||
| @@ -313,7 +313,7 @@ to mean anything. | |||
| 313 | :OrgVersion: 7.5 | 313 | :OrgVersion: 7.5 |
| 314 | :END: | 314 | :END: |
| 315 | 315 | ||
| 316 | You can now create links from messages. This is particularily | 316 | You can now create links from messages. This is particularly |
| 317 | useful when the user wants to stored messages that he sends, for | 317 | useful when the user wants to stored messages that he sends, for |
| 318 | later check. Thanks to Ulf Stegemann for the patch. | 318 | later check. Thanks to Ulf Stegemann for the patch. |
| 319 | 319 | ||
| @@ -328,7 +328,7 @@ to mean anything. | |||
| 328 | 328 | ||
| 329 | : Percent escaping is used in Org mode to escape certain characters | 329 | : Percent escaping is used in Org mode to escape certain characters |
| 330 | : in links that would either break the parser (e.g. square brackets | 330 | : in links that would either break the parser (e.g. square brackets |
| 331 | : in link target oder description) or are not allowed to appear in | 331 | : in link target or description) or are not allowed to appear in |
| 332 | : a particular link type (e.g. non-ascii characters in a http: | 332 | : a particular link type (e.g. non-ascii characters in a http: |
| 333 | : link). | 333 | : link). |
| 334 | : | 334 | : |