aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-19 23:37:48 +0000
committerRichard M. Stallman2001-02-19 23:37:48 +0000
commitaf6eba70b8f708137df0d5e3dbdac52223ff1822 (patch)
tree441bfddb8454918a3aa26b17a429710e1c2da3da
parent8748f1d7c64757fbf57cd97e0f86447a37294e7b (diff)
downloademacs-af6eba70b8f708137df0d5e3dbdac52223ff1822.tar.gz
emacs-af6eba70b8f708137df0d5e3dbdac52223ff1822.zip
Fix xref to Display Custom.
-rw-r--r--man/basic.texi2
-rw-r--r--man/screen.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/basic.texi b/man/basic.texi
index 1434348a981..372e49d5cc0 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -500,7 +500,7 @@ scrolling is in use, and optionally in all side-by-side windows
500(@pxref{Windows}). You can enable or disable truncation for a 500(@pxref{Windows}). You can enable or disable truncation for a
501particular buffer with the command @kbd{M-x toggle-truncate-lines}. 501particular buffer with the command @kbd{M-x toggle-truncate-lines}.
502 502
503 @xref{Display Vars}, for additional variables that affect how text is 503 @xref{Display Custom}, for additional variables that affect how text is
504displayed. 504displayed.
505 505
506@node Position Info 506@node Position Info
diff --git a/man/screen.texi b/man/screen.texi
index 2a0c4399bc8..279ecab332e 100644
--- a/man/screen.texi
+++ b/man/screen.texi
@@ -116,7 +116,7 @@ rest of the command. Once echoing has started, the rest of the command
116echoes immediately as you type it. This behavior is designed to give 116echoes immediately as you type it. This behavior is designed to give
117confident users fast response, while giving hesitant users maximum 117confident users fast response, while giving hesitant users maximum
118feedback. You can change this behavior by setting a variable 118feedback. You can change this behavior by setting a variable
119(@pxref{Display Vars}). 119(@pxref{Display Custom}).
120 120
121@cindex error message in the echo area 121@cindex error message in the echo area
122 If a command cannot be executed, it may print an @dfn{error message} in 122 If a command cannot be executed, it may print an @dfn{error message} in