From 2c7eb9ab35a6238845ef08572a625e3712801dec Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 21 May 1997 06:12:22 +0000 Subject: [PATCH] replace obsolete @ctrl{A} with @kbd{C-A}. Suppress compilation warning. --- gnu/usr.bin/as/doc/as-all.texinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/as/doc/as-all.texinfo b/gnu/usr.bin/as/doc/as-all.texinfo index 99076ae06924..bc4779bc79e1 100644 --- a/gnu/usr.bin/as/doc/as-all.texinfo +++ b/gnu/usr.bin/as/doc/as-all.texinfo @@ -1538,7 +1538,7 @@ If the label is written @samp{0:} then the digit is @samp{0}. If the label is written @samp{1:} then the digit is @samp{1}. And so on up through @samp{9:}. -@item @ctrl{A} +@item @kbd{C-A} This unusual character is included so you don't accidentally invent a symbol of the same name. The character has ASCII value @samp{\001}. @@ -1550,8 +1550,8 @@ number @samp{15}; @emph{etc.}. Likewise for the other labels @samp{1:} through @samp{9:}. @end table -For instance, the first @code{1:} is named @code{L1@ctrl{A}1}, the 44th -@code{3:} is named @code{L3@ctrl{A}44}. +For instance, the first @code{1:} is named @code{L1@kbd{C-A}1}, the 44th +@code{3:} is named @code{L3@kbd{C-A}44}. @node Dot, Symbol Attributes, Symbol Names, Symbols @section The Special Dot Symbol