From: Reuben Thomas Date: Fri, 19 Jan 2018 14:18:09 +0000 (+0000) Subject: etags(1): fix formatting problem X-Git-Tag: emacs-27.0.90~5847^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=308670ff00e5396bef41de4fa5a1c565f7d5f39a;p=emacs.git etags(1): fix formatting problem * doc/man/etags.1: Remove spurious space. --- diff --git a/doc/man/etags.1 b/doc/man/etags.1 index 45d2541ec13..558b249f31b 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -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,