diff options
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r-- | Misc/python-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 25a3b9d..bbe38b3 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -246,7 +246,7 @@ told <grin>." (funcall ok "/tmp") (funcall ok ".") (error - "Couldn't find a usable temp directory -- set py-temp-directory"))) + "Couldn't find a usable temp directory -- set `py-temp-directory'"))) "*Directory used for temp files created by a *Python* process. By default, the first directory from this list that exists and that you can write into: the value (if any) of the environment variable TMPDIR, |