diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/org | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ob-screen.el | 4 | ||||
| -rw-r--r-- | lisp/org/org-table.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/ob-screen.el b/lisp/org/ob-screen.el index 084beffd229..367d73f787a 100644 --- a/lisp/org/ob-screen.el +++ b/lisp/org/ob-screen.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | (require 'ob-ref) | 38 | (require 'ob-ref) |
| 39 | 39 | ||
| 40 | (defvar org-babel-screen-location "screen" | 40 | (defvar org-babel-screen-location "screen" |
| 41 | "The command location for screen. | 41 | "The command location for screen. |
| 42 | In case you want to use a different screen than one selected by your $PATH") | 42 | In case you want to use a different screen than one selected by your $PATH") |
| 43 | 43 | ||
| 44 | (defvar org-babel-default-header-args:screen | 44 | (defvar org-babel-default-header-args:screen |
| @@ -112,7 +112,7 @@ In case you want to use a different screen than one selected by your $PATH") | |||
| 112 | (with-temp-file tmpfile | 112 | (with-temp-file tmpfile |
| 113 | (insert body) | 113 | (insert body) |
| 114 | 114 | ||
| 115 | ;; org-babel has superflous spaces | 115 | ;; org-babel has superfluous spaces |
| 116 | (goto-char (point-min)) | 116 | (goto-char (point-min)) |
| 117 | (delete-matching-lines "^ +$")) | 117 | (delete-matching-lines "^ +$")) |
| 118 | tmpfile)) | 118 | tmpfile)) |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 76e4eae4b45..cf28a5e80ae 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -2989,7 +2989,7 @@ them to individual field equations for each field." | |||
| 2989 | So @< and $< will always be replaced with @1 and $1, respectively. | 2989 | So @< and $< will always be replaced with @1 and $1, respectively. |
| 2990 | The advantage of these special markers are that structure editing of | 2990 | The advantage of these special markers are that structure editing of |
| 2991 | the table will not change them, while @1 and $1 will be modified | 2991 | the table will not change them, while @1 and $1 will be modified |
| 2992 | when a line/row is swaped out of that privileged position. So for | 2992 | when a line/row is swapped out of that privileged position. So for |
| 2993 | formulas that use a range of rows or columns, it may often be better | 2993 | formulas that use a range of rows or columns, it may often be better |
| 2994 | to anchor the formula with \"I\" row markers, or to offset from the | 2994 | to anchor the formula with \"I\" row markers, or to offset from the |
| 2995 | borders of the table using the @< @> $< $> makers." | 2995 | borders of the table using the @< @> $< $> makers." |