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-src.el | |
parent | 014690de705b6be7c55aa0b9ea85694c4fa1fd73 (diff) | |
download | emacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.tar.gz emacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.tar.bz2 emacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.zip |
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-src.el')
-rw-r--r-- | lisp/org/org-src.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-src.el b/lisp/org/org-src.el index 99038576ff7..259186c0ce3 100644 --- a/lisp/org/org-src.el +++ b/lisp/org/org-src.el @@ -69,7 +69,7 @@ there are kept outside the narrowed region." This will save the content of the source code editing buffer into a newly created file, not the base buffer for this source block. -If you want to regularily save the base buffer instead of the source +If you want to regularly save the base buffer instead of the source code editing buffer, see `org-edit-src-auto-save-idle-delay' instead." :group 'org-edit-structure :version "24.4" |