diff options
| -rw-r--r-- | man/commands.texi | 2 | ||||
| -rw-r--r-- | man/display.texi | 2 |
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 |
| 250 | alphabet of non-ASCII characters, but they all fit in one byte. They | 250 | alphabet of non-ASCII characters, but they all fit in one byte. They |
| 251 | use codes 0200 through 0377. @xref{Single-Byte European Support}. | 251 | use 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 |
| 303 | characters become non-ASCII printing characters, and are displayed using | 303 | characters become non-ASCII printing characters, and are displayed using |
| 304 | their graphics (assuming your terminal supports them). | 304 | their 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 |