]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKarl Heuer <kwzh@gnu.org>
Wed, 1 Sep 1999 20:59:41 +0000 (20:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 1 Sep 1999 20:59:41 +0000 (20:59 +0000)
lispref/os.texi

index 8f2eff98911e2d82c28078fb3a9bae4966c82908..380b67abb173480d12cddb475640055d79630a01 100644 (file)
@@ -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