aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-cmds.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index bdea029229e..12d94900ad2 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -533,8 +533,8 @@ and TO is ignored."
533 (setq non-safe-chars (cdr non-safe-chars))) 533 (setq non-safe-chars (cdr non-safe-chars)))
534 (if (< shown len) 534 (if (< shown len)
535 (insert (format "%27s\n" "...")))) 535 (insert (format "%27s\n" "..."))))
536 (insert (format "\ 536 (insert (format
537These can't be encoded safely by the coding system %s. 537"These can't be encoded safely by the coding system %s.
538 538
539Please select one from the following safe coding systems:\n" 539Please select one from the following safe coding systems:\n"
540 default-coding-system)) 540 default-coding-system))
@@ -755,8 +755,8 @@ This file contains a list of libraries of Emacs input methods (LEIM)
755in the format of Lisp expression for registering each input method. 755in the format of Lisp expression for registering each input method.
756Emacs loads this file at startup time.") 756Emacs loads this file at startup time.")
757 757
758(defvar leim-list-header (format "\ 758(defvar leim-list-header (format
759;;; %s -- list of LEIM (Library of Emacs Input Method) 759";;; %s -- list of LEIM (Library of Emacs Input Method)
760;; 760;;
761;; This file contains a list of LEIM (Library of Emacs Input Method) 761;; This file contains a list of LEIM (Library of Emacs Input Method)
762;; in the same directory as this file. Loading this file registers 762;; in the same directory as this file. Loading this file registers