diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/maintaining.texi | 3 | ||||
| -rw-r--r-- | doc/man/etags.1 | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 7039de63e53..3f1a9c07e91 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -2218,6 +2218,9 @@ in the file. | |||
| 2218 | In Fortran code, functions, subroutines and block data are tags. | 2218 | In Fortran code, functions, subroutines and block data are tags. |
| 2219 | 2219 | ||
| 2220 | @item | 2220 | @item |
| 2221 | In Go code, packages, functions, and types are tags. | ||
| 2222 | |||
| 2223 | @item | ||
| 2221 | In HTML input files, the tags are the @code{title} and the @code{h1}, | 2224 | In HTML input files, the tags are the @code{title} and the @code{h1}, |
| 2222 | @code{h2}, @code{h3} headers. Also, tags are @code{name=} in anchors | 2225 | @code{h2}, @code{h3} headers. Also, tags are @code{name=} in anchors |
| 2223 | and all occurrences of @code{id=}. | 2226 | and all occurrences of @code{id=}. |
diff --git a/doc/man/etags.1 b/doc/man/etags.1 index d34063f23cd..fc247f758a3 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 | |||
| @@ -50,7 +50,7 @@ format understood by | |||
| 50 | .BR vi ( 1 )\c | 50 | .BR vi ( 1 )\c |
| 51 | \&. Both forms of the program understand | 51 | \&. Both forms of the program understand |
| 52 | the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, | 52 | the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, |
| 53 | Forth, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, | 53 | Forth, Go, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, |
| 54 | Ruby, PHP, PostScript, Python, Prolog, Scheme and | 54 | Ruby, PHP, PostScript, Python, Prolog, Scheme and |
| 55 | most assembler\-like syntaxes. | 55 | most assembler\-like syntaxes. |
| 56 | Both forms read the files specified on the command line, and write a tag | 56 | Both forms read the files specified on the command line, and write a tag |