aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReuben Thomas2018-01-19 14:18:09 +0000
committerReuben Thomas2018-01-19 14:18:09 +0000
commit308670ff00e5396bef41de4fa5a1c565f7d5f39a (patch)
tree1c50352c02a73deb72b60ae07d08ec38f3b1467d
parent35e4a0def90d2a9b50baac81361c001c85c47e05 (diff)
downloademacs-308670ff00e5396bef41de4fa5a1c565f7d5f39a.tar.gz
emacs-308670ff00e5396bef41de4fa5a1c565f7d5f39a.zip
etags(1): fix formatting problem
* doc/man/etags.1: Remove spurious space.
-rw-r--r--doc/man/etags.12
1 files changed, 1 insertions, 1 deletions
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.
145\fBetags\fP will read from standard input and mark the produced tags 145\fBetags\fP will read from standard input and mark the produced tags
146as belonging to the file \fBFILE\fP. 146as belonging to the file \fBFILE\fP.
147.TP 147.TP
148\fB \-Q, \-\-class\-qualify\fP 148\fB\-Q, \-\-class\-qualify\fP
149Qualify tag names with their class name in C++, ObjC, Java, and Perl. 149Qualify tag names with their class name in C++, ObjC, Java, and Perl.
150This produces tag names of the form \fIclass\fP\fB::\fP\fImember\fP 150This produces tag names of the form \fIclass\fP\fB::\fP\fImember\fP
151for C++ and Perl, 151for C++ and Perl,