summaryrefslogtreecommitdiff
path: root/lispref/os.texi
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-09-01 20:59:41 +0000
committerKarl Heuer <kwzh@gnu.org>1999-09-01 20:59:41 +0000
commit476a78b9259631d1e776e94200ae8beb9b1bd199 (patch)
tree3fa04b8a1d95aecfceadd4e43af41e7ba537c9bd /lispref/os.texi
parent337aaf1fda9b1644910f966591438d76276ddfb5 (diff)
downloademacs-476a78b9259631d1e776e94200ae8beb9b1bd199.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/os.texi')
-rw-r--r--lispref/os.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index 8f2eff98911..380b67abb17 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -1388,7 +1388,7 @@ In the example below, we set @code{keyboard-translate-table} to a
char-table. Then we fill it in to swap the characters @kbd{C-s} and
@kbd{C-\} and the characters @kbd{C-q} and @kbd{C-^}. Subsequently,
typing @kbd{C-\} has all the usual effects of typing @kbd{C-s}, and vice
-versa. (@pxref{Flow Control} for more information on this subject.)
+versa. (@xref{Flow Control}, for more information on this subject.)
@cindex flow control example
@example