]> code.delx.au - gnu-emacs/blobdiff - lisp/international/mule-diag.el
Fix some more docstring etc. quoting problems
[gnu-emacs] / lisp / international / mule-diag.el
index 57b6d62e4aa6fd21dcfe1eb755f16c4e4044d494..028c9916faf5781db45e2357dedf26d2ac9c8611 100644 (file)
@@ -770,7 +770,7 @@ but still contains full information about each coding system."
 # MNEMONIC-LETTER -- CODING-SYSTEM-NAME
 #   DOC-STRING
 ")
-    (princ "\
+    (princ (substitute-command-keys "\
 #########################
 ## LIST OF CODING SYSTEMS
 ## Each line corresponds to one coding system
@@ -794,7 +794,7 @@ but still contains full information about each coding system."
 ##      0
 ##  POST-READ-CONVERSION, PRE-WRITE-CONVERSION = function name to be called
 ##
-"))
+")))
   (dolist (coding-system (sort-coding-systems (coding-system-list 'base-only)))
     (if (null arg)
        (print-coding-system-briefly coding-system 'tightly)