changeset 19657:940d50684d68

(describe-current-coding-system): Add missing newline in output.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Sep 1997 17:14:48 +0000
parents 98e7893f8679
children 063c22255157
files lisp/international/mule-diag.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-diag.el	Mon Sep 01 17:04:41 1997 +0000
+++ b/lisp/international/mule-diag.el	Mon Sep 01 17:14:48 1997 +0000
@@ -288,7 +288,7 @@
 	(print-coding-system-briefly (cdr process-coding-systems))
 	(princ "  decoding output from the process: ")
 	(print-coding-system-briefly (car process-coding-systems)))
-      (princ "Defaults for subprocess I/O:")
+      (princ "Defaults for subprocess I/O:\n")
       (princ "  decoding: ")
       (print-coding-system-briefly (car default-process-coding-system))
       (princ "  encoding: ")
@@ -712,7 +712,7 @@
       (insert "\n")
       (if default-input-method
 	  (insert "Default input method: " default-input-method "\n")
-	(insert "No default input method is specified.\n"))
+	(insert "No default input method is specified\n"))
 
       (insert-section 4 "Coding systems")
       (save-excursion (list-coding-systems t))