From 6c6db0a07361f4283dc12f3a30cddc4b4522f41d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 25 Feb 1998 16:33:56 +0000 Subject: [PATCH] (py-temp-directory): Minor docstring nit. --- Misc/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 25a3b9d0476..bbe38b306cc 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -246,7 +246,7 @@ told ." (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,