]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-temp-name-template): Fix editing error.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Apr 1997 23:43:42 +0000 (23:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Apr 1997 23:43:42 +0000 (23:43 +0000)
lisp/jka-compr.el

index ff176345a86593148e363f4a064ed5b17a028046..ff602eefce9da70a415792dfe851eda2b76833f6 100644 (file)
@@ -339,6 +339,7 @@ to keep: LEN chars starting BEG chars from the beginning."
 (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)