diff lisp/international/ucs-tables.el @ 67435:f245bb6e08da

* files.el (save-buffer): * international/ucs-tables.el (ucs-set-table-for-input): * mail/mail-extr.el (mail-extract-address-components): * mail/sendmail.el (mail-mode): Reformat doc string.
author Reiner Steib <Reiner.Steib@gmx.de>
date Fri, 09 Dec 2005 16:44:18 +0000
parents 41f652ac3620
children 43cc94d955c2
line wrap: on
line diff
--- a/lisp/international/ucs-tables.el	Fri Dec 09 14:57:33 2005 +0000
+++ b/lisp/international/ucs-tables.el	Fri Dec 09 16:44:18 2005 +0000
@@ -2499,8 +2499,8 @@
 ;; normal-mode and minibuffer-setup-hook.
 (defun ucs-set-table-for-input (&optional buffer)
   "Set up an appropriate `translation-table-for-input' for BUFFER.
-BUFFER defaults to the current buffer.
-This function is automatically called directly at the end of `get-buffer-create'."
+BUFFER defaults to the current buffer.  This function is
+automatically called directly at the end of `get-buffer-create'."
   (when (and unify-8859-on-encoding-mode
              (not unify-8859-on-decoding-mode)
 	     (char-table-p translation-table-for-input))