summaryrefslogtreecommitdiff
path: root/lisp/disp-table.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-12-21 01:45:08 +0000
committerRichard M. Stallman <rms@gnu.org>1997-12-21 01:45:08 +0000
commitcc30053feaeb3706a99b174183c2bd5574df67e2 (patch)
tree85580f8190c1e616b718fb10a6e2fdcf4da2fb7f /lisp/disp-table.el
parentffa9883f3be381f38be824d0b040870494c3ea43 (diff)
downloademacs-cc30053feaeb3706a99b174183c2bd5574df67e2.tar.gz
(standard-display-european): Doc fix.
Diffstat (limited to 'lisp/disp-table.el')
-rw-r--r--lisp/disp-table.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index 19187b07628..f023c42f638 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -187,11 +187,13 @@ With prefix argument, enable European character display iff arg is positive.
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)