diff lisp/jka-compr.el @ 17441:41a10d128e3b

(jka-compr-temp-name-template): Fix editing error.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Apr 1997 23:43:42 +0000
parents f0ff96a35eb8
children 852464ce5d6a
line wrap: on
line diff
--- a/lisp/jka-compr.el	Sun Apr 13 23:42:53 1997 +0000
+++ b/lisp/jka-compr.el	Sun Apr 13 23:43:42 1997 +0000
@@ -339,6 +339,7 @@
 (defcustom jka-compr-temp-name-template
   (expand-file-name "jka-com"
 		    (or (getenv "TMPDIR") "/tmp/"))
+  "Prefix added to all temp files created by jka-compr.
 There should be no more than seven characters after the final `/'."
   :type 'string
   :group 'jka-compr)