From: Karl Heuer Date: Wed, 1 Sep 1999 20:59:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6963 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=476a78b9259631d1e776e94200ae8beb9b1bd199;p=emacs.git *** empty log message *** --- 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