diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-16 23:51:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-16 23:51:24 -0800 |
commit | d1389828747d3e78ed968ea4a3341e61e8df4a1d (patch) | |
tree | e67f48fbed424ee161db2602e8865b71a2a8757b /lisp/org/org-table.el | |
parent | 014690de705b6be7c55aa0b9ea85694c4fa1fd73 (diff) | |
download | emacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.tar.gz |
Spelling fixes.
* lisp/org/ob-python.el (org-babel-python-with-earmuffs):
Rename from org-babel-python-with-earmufs. All uses changed.
(org-babel-python-without-earmuffs):
Rename from org-babel-python-without-earmufs. All uses changed.
Diffstat (limited to 'lisp/org/org-table.el')
-rw-r--r-- | lisp/org/org-table.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 246cf8d605c..1ef90443935 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el @@ -97,11 +97,11 @@ this variable requires a restart of Emacs to become effective." Each template must define lines that will be treated as a comment and that must contain the \"BEGIN RECEIVE ORGTBL %n\" and \"END RECEIVE ORGTBL\" lines where \"%n\" will be replaced with the name of the table during -insertion of the tempate. The transformed table will later be inserted +insertion of the template. The transformed table will later be inserted between these lines. The template should also contain a minimal table in a multiline comment. -If multiline comments are not possible in the buffer language, +If multiline comments are not possible in the buffer language, you can pack it into a string that will not be used when the code is compiled or executed. Above the table will you need a line with the fixed string \"#+ORGTBL: SEND\", followed by instruction on how to |