Mercurial > emacs
changeset 19798:054497f70932
(universal-coding-system-argument): Improve prompt strings.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Sep 1997 06:51:34 +0000 |
parents | 646589bc370b |
children | 59b1106a46e5 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Sun Sep 07 06:17:29 1997 +0000 +++ b/lisp/international/mule-cmds.el Sun Sep 07 06:51:34 1997 +0000 @@ -168,9 +168,9 @@ (defun universal-coding-system-argument () "Execute an I/O command using the specified coding system." (interactive) - (let* ((coding-system (read-coding-system "Coding system: ")) + (let* ((coding-system (read-coding-system "Coding system for following command: ")) (keyseq (read-key-sequence - (format "With coding system %s:" coding-system))) + (format "Command to execute with %s:" coding-system))) (cmd (key-binding keyseq))) (let ((coding-system-for-read coding-system) (coding-system-for-write coding-system))