diff options
| author | Eli Zaretskii | 2016-01-15 10:54:03 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-15 10:54:03 +0200 |
| commit | fee0526a189f43e8470d78e8374bd425890fbe6f (patch) | |
| tree | 331c457af2cd42bf6f25b85e5b112fe97da35ef1 /lib-src | |
| parent | b70dba4e18514411ed38b5bbb846558158842ace (diff) | |
| download | emacs-fee0526a189f43e8470d78e8374bd425890fbe6f.tar.gz emacs-fee0526a189f43e8470d78e8374bd425890fbe6f.zip | |
Unhide the --no-line-directive option to 'etags'
* lib-src/etags.c (print_help): Un-undocument the --no-line-directive
option. (Bug#22306)
* doc/man/etags.1: Document the --no-line-directive option.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 2192627c7e0..54ed1b428e9 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -951,8 +951,7 @@ Relative ones are stored relative to the output file's directory.\n"); | |||
| 951 | Do not create tag entries for global variables in some\n\ | 951 | Do not create tag entries for global variables in some\n\ |
| 952 | languages. This makes the tags file smaller."); | 952 | languages. This makes the tags file smaller."); |
| 953 | 953 | ||
| 954 | if (PRINT_UNDOCUMENTED_OPTIONS_HELP) | 954 | puts ("--no-line-directive\n\ |
| 955 | puts ("--no-line-directive\n\ | ||
| 956 | Ignore #line preprocessor directives in C and derived languages."); | 955 | Ignore #line preprocessor directives in C and derived languages."); |
| 957 | 956 | ||
| 958 | if (CTAGS) | 957 | if (CTAGS) |