diff options
| author | Eli Zaretskii | 2001-08-10 09:17:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-10 09:17:50 +0000 |
| commit | 36761b11a84a415562baa892e4379046b50a2ea9 (patch) | |
| tree | 7408cb494d8c346be98156f40102b94959304eec | |
| parent | 805f91e475913814682246c531d12d6721870b85 (diff) | |
| download | emacs-36761b11a84a415562baa892e4379046b50a2ea9.tar.gz emacs-36761b11a84a415562baa892e4379046b50a2ea9.zip | |
(Action Arguments): Remove the index entry for LINE:COLUMN, since
index entries cannot have a colon in them.
| -rw-r--r-- | man/cmdargs.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 539af5f1485..ebc9e89e699 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -93,7 +93,6 @@ Visit @var{file} using @code{find-file}, then go to line number | |||
| 93 | @var{linenum} in it. | 93 | @var{linenum} in it. |
| 94 | 94 | ||
| 95 | @item +@var{linenum}:@var{columnnum} @var{file} | 95 | @item +@var{linenum}:@var{columnnum} @var{file} |
| 96 | @opindex +@var{linenum}:@var{columnnum} | ||
| 97 | Visit @var{file} using @code{find-file}, then go to line number | 96 | Visit @var{file} using @code{find-file}, then go to line number |
| 98 | @var{linenum} and put point at column number @var{columnnum}. | 97 | @var{linenum} and put point at column number @var{columnnum}. |
| 99 | 98 | ||