# HG changeset patch # User Eli Zaretskii # Date 997435070 0 # Node ID e5480b57a95f3693732c369da5c74556b870cc84 # Parent 005ef8b3f8a717e6f2a38c1f872fe9f24d09c771 (Action Arguments): Remove the index entry for LINE:COLUMN, since index entries cannot have a colon in them. diff -r 005ef8b3f8a7 -r e5480b57a95f man/cmdargs.texi --- a/man/cmdargs.texi Fri Aug 10 09:14:17 2001 +0000 +++ b/man/cmdargs.texi Fri Aug 10 09:17:50 2001 +0000 @@ -93,7 +93,6 @@ @var{linenum} in it. @item +@var{linenum}:@var{columnnum} @var{file} -@opindex +@var{linenum}:@var{columnnum} Visit @var{file} using @code{find-file}, then go to line number @var{linenum} and put point at column number @var{columnnum}.