diff options
| author | Kenichi Handa | 1999-06-17 12:12:07 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-06-17 12:12:07 +0000 |
| commit | bb89cd2aa032f9229bee803a1a294619053e176d (patch) | |
| tree | d08a4bcd5680d542040dd9214f69c925eb08da56 | |
| parent | f2979bdbdcf259338fd568c1adbfabb6b021ce81 (diff) | |
| download | emacs-bb89cd2aa032f9229bee803a1a294619053e176d.tar.gz emacs-bb89cd2aa032f9229bee803a1a294619053e176d.zip | |
(describe-current-coding-system-briefly): Fix format string.
| -rw-r--r-- | lisp/international/mule-diag.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 24022b7651e..62dff39a667 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el | |||
| @@ -263,7 +263,7 @@ at the place of `..': | |||
| 263 | (let* ((proc (get-buffer-process (current-buffer))) | 263 | (let* ((proc (get-buffer-process (current-buffer))) |
| 264 | (process-coding-systems (if proc (process-coding-system proc)))) | 264 | (process-coding-systems (if proc (process-coding-system proc)))) |
| 265 | (message | 265 | (message |
| 266 | "F[%c%c],K[%c%c],T[%c%c],P>[%c%c],P<[%c%c], default F[%c%c],P>[%c%c],P<[%c%c]" | 266 | "F[%c%s],K[%c%s],T[%c%s],P>[%c%s],P<[%c%s], default F[%c%s],P>[%c%s],P<[%c%s]" |
| 267 | (coding-system-mnemonic buffer-file-coding-system) | 267 | (coding-system-mnemonic buffer-file-coding-system) |
| 268 | (coding-system-eol-type-mnemonic buffer-file-coding-system) | 268 | (coding-system-eol-type-mnemonic buffer-file-coding-system) |
| 269 | (coding-system-mnemonic (keyboard-coding-system)) | 269 | (coding-system-mnemonic (keyboard-coding-system)) |