# HG changeset patch # User Richard M. Stallman # Date 860975022 0 # Node ID 41a10d128e3bbbc70d0f69c34eeb56c11799499b # Parent 03d612dba255fec3d7385c9ba8b382f25167fa9f (jka-compr-temp-name-template): Fix editing error. diff -r 03d612dba255 -r 41a10d128e3b lisp/jka-compr.el --- 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)