[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107730: Spelling fixes.
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107730: Spelling fixes. |
Date: |
Sun, 01 Apr 2012 17:43:32 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107730
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-04-01 17:43:32 -0700
message:
Spelling fixes.
modified:
doc/misc/org.texi
lisp/org/ChangeLog
lisp/org/org-table.el
lisp/org/org.el
=== modified file 'doc/misc/org.texi'
--- a/doc/misc/org.texi 2012-04-01 20:27:06 +0000
+++ b/doc/misc/org.texi 2012-04-02 00:43:32 +0000
@@ -1007,7 +1007,7 @@
Sometimes you might face a problem due to an error in your Emacs or Org mode
setup. Before reporting a bug, it is very helpful to start Emacs with minimal
-customisations and reproduce the problem. Doing so often helps you determine
+customizations and reproduce the problem. Doing so often helps you determine
if the problem is with your customization or with Org mode itself. You can
start a typical minimal session with a command like the example below.
@@ -10975,7 +10975,7 @@
heading is replaced with a cross-reference and section number of the heading.
A @address@hidden@}}-style reference to an image, table etc. is replaced
-with a cross-reference and sequence number of the labelled entity.
+with a cross-reference and sequence number of the labeled entity.
@xref{Labels and captions in ODT export}.
@node Tables in ODT export, Images in ODT export, Links in ODT export,
OpenDocument Text export
@@ -10999,7 +10999,7 @@
property using an @code{#+ATTR_ODT} line.
For example, consider the following table which makes use of all the rules
-mentoned above.
+mentioned above.
@example
#+ATTR_ODT: :rel-width 50
@@ -11225,7 +11225,7 @@
You can label and caption various category of objects - an inline image, a
table, a @LaTeX{} fragment or a Math formula - using @code{#+LABEL} and
@code{#+CAPTION} lines. @xref{Images and tables}. ODT exporter enumerates
-each labelled or captioned object of a given category separately. As a
+each labeled or captioned object of a given category separately. As a
result, each such object is assigned a sequence number based on order of it's
appearance in the Org file.
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog 2012-04-01 18:37:50 +0000
+++ b/lisp/org/ChangeLog 2012-04-02 00:43:32 +0000
@@ -562,7 +562,7 @@
dysfunctional routine. This possibly has crept in because of the
broken merges between "maint" and "origin" branches.
(org-odt-begin-table): Don't emit an empty paragraph when a table is
- neither labelled or captioned.
+ neither labeled nor captioned.
(org-odt-init-outfile): Remove reference to an unused variable.
2012-04-01 Viktor Rosenfeld <address@hidden>
=== modified file 'lisp/org/org-table.el'
--- a/lisp/org/org-table.el 2012-04-01 09:49:25 +0000
+++ b/lisp/org/org-table.el 2012-04-02 00:43:32 +0000
@@ -2931,7 +2931,7 @@
(defun org-table-iterate (&optional arg)
"Recalculate the table until it does not change anymore.
-The maximun number of iterations is 10, but you can choose a different value
+The maximum number of iterations is 10, but you can choose a different value
with the prefix ARG."
(interactive "P")
(let ((imax (if arg (prefix-numeric-value arg) 10))
=== modified file 'lisp/org/org.el'
--- a/lisp/org/org.el 2012-04-01 20:27:06 +0000
+++ b/lisp/org/org.el 2012-04-02 00:43:32 +0000
@@ -20477,7 +20477,7 @@
(t refpos)))))
((org-at-item-p)
;; Being at an item and not looking at an the item means point
- ;; was previously moved to beginning of a visual line, whiche
+ ;; was previously moved to beginning of a visual line, which
;; doesn't contain the item. Therefore, do nothing special,
;; just stay here.
(when (looking-at org-list-full-item-re)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107730: Spelling fixes.,
Paul Eggert <=