emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 308670f: etags(1): fix formatting problem


From: Reuben Thomas
Subject: [Emacs-diffs] master 308670f: etags(1): fix formatting problem
Date: Fri, 19 Jan 2018 09:19:43 -0500 (EST)

branch: master
commit 308670ff00e5396bef41de4fa5a1c565f7d5f39a
Author: Reuben Thomas <address@hidden>
Commit: Reuben Thomas <address@hidden>

    etags(1): fix formatting problem
    
    * doc/man/etags.1: Remove spurious space.
---
 doc/man/etags.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man/etags.1 b/doc/man/etags.1
index 45d2541..558b249 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]