summaryrefslogtreecommitdiff
path: root/doc/man/etags.1
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-04-07 11:58:47 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-04-07 11:59:22 -0700
commit3262e4906781d9df343f335d64da92861c53e5a4 (patch)
tree269027748680ff4a3738953f6b27cc42902caf11 /doc/man/etags.1
parentd60dbd81bec6dcb6b78200e07021b9a6ebf861ea (diff)
downloademacs-3262e4906781d9df343f335d64da92861c53e5a4.tar.gz
Prefer double-quote to accent-grave in man pages
Diffstat (limited to 'doc/man/etags.1')
-rw-r--r--doc/man/etags.110
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1
index 08db3430d35..245d9b48198 100644
--- a/doc/man/etags.1
+++ b/doc/man/etags.1
@@ -80,8 +80,8 @@ Append to existing tag file. (For \fBvi\fP-format tag files, see also
.B \-B, \-\-backward\-search
Tag files written in the format expected by \fBvi\fP contain regular
expression search instructions; the \fB\-B\fP option writes them using
-the delimiter `\|\fB?\fP\|', to search \fIbackwards\fP through files.
-The default is to use the delimiter `\|\fB/\fP\|', to search \fIforwards\fP
+the delimiter "\|\fB?\fP\|", to search \fIbackwards\fP through files.
+The default is to use the delimiter "\|\fB/\fP\|", to search \fIforwards\fP
through files.
Only \fBctags\fP accepts this option.
.TP
@@ -117,8 +117,8 @@ final brace of a function or structure definition in C and C++.
Parse the following files according to the given language. More than
one such options may be intermixed with filenames. Use \fB\-\-help\fP
to get a list of the available languages and their default filename
-extensions. The `auto' language can be used to restore automatic
-detection of language based on the file name. The `none'
+extensions. The "auto" language can be used to restore automatic
+detection of language based on the file name. The "none"
language may be used to disable language parsing altogether; only
regexp matching is done in this case (see the \fB\-\-regex\fP option).
.TP
@@ -256,7 +256,7 @@ Print the current version of the program (same as the version of the
emacs \fBetags\fP is shipped with).
.SH "SEE ALSO"
-`\|\fBemacs\fP\|' entry in \fBinfo\fP; \fIGNU Emacs Manual\fP, Richard
+"\|\fBemacs\fP\|" entry in \fBinfo\fP; \fIGNU Emacs Manual\fP, Richard
Stallman.
.br
.BR cxref ( 1 ),