# HG changeset patch # User Richard M. Stallman # Date 882668708 0 # Node ID ae6b11cadfc6a650e7dfaf937dec73c12a783f1b # Parent d14360d1f6ed908e228701e61cff88b863143e72 (standard-display-european): Doc fix. diff -r d14360d1f6ed -r ae6b11cadfc6 lisp/disp-table.el --- a/lisp/disp-table.el Sun Dec 21 01:44:07 1997 +0000 +++ b/lisp/disp-table.el Sun Dec 21 01:45:08 1997 +0000 @@ -187,11 +187,13 @@ Normally, this function turns off `enable-multibyte-characters' for all Emacs buffers, because users who call this function -probably want to edit European characters in single-byte mode. +probably want to edit European characters in single-byte mode." -However, if the optional argument AUTO is non-nil, this function -does not alter `enable-multibyte-characters'. -AUTO also specifies, in this case, the coding system for terminal output." + ;; If the optional argument AUTO is non-nil, this function + ;; does not alter `enable-multibyte-characters'. + ;; AUTO also specifies, in this case, the coding system for terminal output. + ;; The AUTO argument is meant for use by startup.el only. + ;; which is why it is not in the doc string. (interactive "P") (if (or (<= (prefix-numeric-value arg) 0) (and (null arg)