]> git.eshelyaron.com Git - emacs.git/commitdiff
etags(1): fix formatting problem
authorReuben Thomas <rrt@sc3d.org>
Fri, 19 Jan 2018 14:18:09 +0000 (14:18 +0000)
committerReuben Thomas <rrt@sc3d.org>
Fri, 19 Jan 2018 14:18:09 +0000 (14:18 +0000)
* doc/man/etags.1: Remove spurious space.

doc/man/etags.1

index 45d2541ec133141b942b05c096dde7266346513a..558b249f31b504e9814fa6a65d37e106a1dda1e7 100644 (file)
@@ -145,7 +145,7 @@ May be used (only once) in place of a file name on the command line.
 \fBetags\fP will read from standard input and mark the produced tags
 as belonging to the file \fBFILE\fP.
 .TP
-\fB \-Q, \-\-class\-qualify\fP
+\fB\-Q, \-\-class\-qualify\fP
 Qualify tag names with their class name in C++, ObjC, Java, and Perl.
 This produces tag names of the form \fIclass\fP\fB::\fP\fImember\fP
 for C++ and Perl,