]> granicus.if.org Git - python/commitdiff
(py-temp-directory): Minor docstring nit.
authorBarry Warsaw <barry@python.org>
Wed, 25 Feb 1998 16:33:56 +0000 (16:33 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 25 Feb 1998 16:33:56 +0000 (16:33 +0000)
Misc/python-mode.el

index 25a3b9d0476afe1bd0ae2a620d0bdac28afe79d7..bbe38b306cc313ffd6087457e10ed442119d2fa0 100644 (file)
@@ -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,