summaryrefslogtreecommitdiff
path: root/lisp/ps-print.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2004-05-06 04:34:38 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2004-05-06 04:34:38 +0000
commitcfb7b9ce93bac045331df89a82702205f4c1d947 (patch)
treef4578d8d292d106b7c0ecf57b8798677cf8011fd /lisp/ps-print.el
parent208ccc30daa7419d71e6fabf1941390c9849fcb6 (diff)
downloademacs-cfb7b9ce93bac045331df89a82702205f4c1d947.tar.gz
New fun.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r--lisp/ps-print.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 99461ae8b6c..a7b32e8b264 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -3680,8 +3680,8 @@ If `ps-prefix-quote' is nil, it's set to t after generating string."
(defun ps-comment-string (str value)
- "Return a comment string like \";; STR = VALUE\\n\"."
- (format ";; %s = %s\n" str (ps-value-string value)))
+ "Return a comment string like \";; STR = VALUE\"."
+ (format ";; %s = %s" str (ps-value-string value)))
(defun ps-value (alist-sym key)