diff options
| author | Glenn Morris | 2008-06-27 02:41:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 02:41:14 +0000 |
| commit | 6772c8e169a6a56ee387373a00a65bd3a3070725 (patch) | |
| tree | 4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp/org | |
| parent | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff) | |
| download | emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip | |
American English spelling fix.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 45981776c43..7050ecaabac 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1864,7 +1864,7 @@ For all numbers larger than LIMIT, shift them by DELTA." | |||
| 1864 | (string-match "^[a-zA-Z][a-zA-Z0-9]*$" field)) | 1864 | (string-match "^[a-zA-Z][a-zA-Z0-9]*$" field)) |
| 1865 | (push (cons field v) org-table-local-parameters) | 1865 | (push (cons field v) org-table-local-parameters) |
| 1866 | (push (list field line col) org-table-named-field-locations)))) | 1866 | (push (list field line col) org-table-named-field-locations)))) |
| 1867 | ;; Analyse the line types | 1867 | ;; Analyze the line types |
| 1868 | (goto-char beg) | 1868 | (goto-char beg) |
| 1869 | (setq org-table-current-begin-line (org-current-line) | 1869 | (setq org-table-current-begin-line (org-current-line) |
| 1870 | org-table-current-begin-pos (point) | 1870 | org-table-current-begin-pos (point) |