aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-01-05 23:34:41 +0000
committerDave Love2000-01-05 23:34:41 +0000
commita3ddb43a4d93a5609bf348ea354c38ab11f2e07a (patch)
tree8d482e42b9d7d1b73fd5a0c13b5c5a681ef140c8
parent0a7790e0fdc518e948ad2b3045da64a6e435ac27 (diff)
downloademacs-a3ddb43a4d93a5609bf348ea354c38ab11f2e07a.tar.gz
emacs-a3ddb43a4d93a5609bf348ea354c38ab11f2e07a.zip
Update xref.
-rw-r--r--man/commands.texi2
-rw-r--r--man/display.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/commands.texi b/man/commands.texi
index 55696557514..fe908e825e5 100644
--- a/man/commands.texi
+++ b/man/commands.texi
@@ -248,4 +248,4 @@ of two or more bytes. @xref{International}.
248 248
249 If you disable multibyte characters, then you can use only one 249 If you disable multibyte characters, then you can use only one
250alphabet of non-ASCII characters, but they all fit in one byte. They 250alphabet of non-ASCII characters, but they all fit in one byte. They
251use codes 0200 through 0377. @xref{Single-Byte European Support}. 251use codes 0200 through 0377. @xref{Single-Byte Character Support}.
diff --git a/man/display.texi b/man/display.texi
index 9c732014a8c..e1876cf270f 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -302,7 +302,7 @@ sequences; thus, character code 0243 (octal) is displayed as
302@samp{\243}. However, if you enable European display, most of these 302@samp{\243}. However, if you enable European display, most of these
303characters become non-ASCII printing characters, and are displayed using 303characters become non-ASCII printing characters, and are displayed using
304their graphics (assuming your terminal supports them). 304their graphics (assuming your terminal supports them).
305@xref{Single-Byte European Support}. 305@xref{Single-Byte Character Support}.
306 306
307@node Display Vars 307@node Display Vars
308@section Variables Controlling Display 308@section Variables Controlling Display