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/cedet/ede | |
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/cedet/ede')
-rw-r--r-- | lisp/cedet/ede/proj-elisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj-elisp.el b/lisp/cedet/ede/proj-elisp.el index d7720f25681..72b225622c9 100644 --- a/lisp/cedet/ede/proj-elisp.el +++ b/lisp/cedet/ede/proj-elisp.el @@ -255,7 +255,7 @@ is found, such as a `-version' variable, or the standard header." (save-excursion (if (file-symlink-p ec) (progn - ;; Desymlinkify + ;; Change symlinks to copies. (rename-file ec (concat ec ".tmp")) (copy-file (concat ec ".tmp") ec) (delete-file (concat ec ".tmp")))) |