diff lisp/coding.el @ 4478:ec442dc06fe1

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 10 Jul 2008 23:37:52 +0200
parents e34711681f30
children 46ddeaa7c738
line wrap: on
line diff
--- a/lisp/coding.el	Thu Jul 10 17:05:59 2008 +0200
+++ b/lisp/coding.el	Thu Jul 10 23:37:52 2008 +0200
@@ -108,7 +108,7 @@
   terminal-coding-system)
 
 (defun set-terminal-coding-system (coding-system)
-  "Set the coding system used for TTY display output. Currently broken."
+  "Set the coding system used for TTY display output."
   (interactive "zterminal-coding-system: ")
   (get-coding-system coding-system) ; correctness check
   (setq terminal-coding-system coding-system)