projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35e4a0d
)
etags(1): fix formatting problem
author
Reuben Thomas
<rrt@sc3d.org>
Fri, 19 Jan 2018 14:18:09 +0000
(14:18 +0000)
committer
Reuben 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
patch
|
blob
|
history
diff --git
a/doc/man/etags.1
b/doc/man/etags.1
index 45d2541ec133141b942b05c096dde7266346513a..558b249f31b504e9814fa6a65d37e106a1dda1e7 100644
(file)
--- 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,