summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-11 06:30:30 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-11 06:30:30 +0200
commit84a588e02846966262be1ea4d0106d9936ccd3b5 (patch)
treef3fef9a6dd9abb3c454005dece3d811c959dab52 /doc/man
parent355d2863125e0aaf86aa7482cd050368c73b5c5e (diff)
parent0705705ebf7d19e30b97b0fab508ffc7ec1bec69 (diff)
downloademacs-84a588e02846966262be1ea4d0106d9936ccd3b5.tar.gz
emacs-84a588e02846966262be1ea4d0106d9936ccd3b5.tar.bz2
emacs-84a588e02846966262be1ea4d0106d9936ccd3b5.zip
Merge from origin/emacs-28
0705705ebf Improve documentation of "etags -I" 0ad8cd40ce Merge branch 'emacs-28' of git.savannah.gnu.org:/srv/git/e... 22a832ad82 Mention the #f syntax from cl-prin1 3fd0854378 Fix file name quoting in tramp-smb.el (do not merge)
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/etags.14
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1
index d345b8bd73f..96781569fc2 100644
--- a/doc/man/etags.1
+++ b/doc/man/etags.1
@@ -122,7 +122,9 @@ current file. Only \fBetags\fP accepts this option.
.B \-I, \-\-ignore\-indentation
Don't rely on indentation as much as we normally do. Currently, this
means not to assume that a closing brace in the first column is the
-final brace of a function or structure definition in C and C++.
+final brace of a function or structure definition in C and C++. This
+is important for code that doesn't observe the GNU Coding conventions
+of placing only top-level braces in column zero.
.TP
\fB\-l\fP \fIlanguage\fP, \fB\-\-language=\fIlanguage\fP
Parse the following files according to the given language. More than