diff options
| author | Eli Zaretskii | 2023-03-05 08:43:03 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-03-05 08:43:03 +0200 |
| commit | 5af695c7479f97d86bf913b5ff96d3f3b744781f (patch) | |
| tree | b881870271a2d9ee25c5f47db8028a196a3fea22 /lib-src | |
| parent | 836044f329a0a96810f2d88471cb040b9d373cce (diff) | |
| download | emacs-5af695c7479f97d86bf913b5ff96d3f3b744781f.tar.gz emacs-5af695c7479f97d86bf913b5ff96d3f3b744781f.zip | |
; * lib-src/etags.c (print_help): Fix indentation.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 0b048748602..749827e0664 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -978,8 +978,8 @@ Relative ones are stored relative to the output file's directory.\n"); | |||
| 978 | puts | 978 | puts |
| 979 | ("\tand create tags for extern variables unless --no-globals is used."); | 979 | ("\tand create tags for extern variables unless --no-globals is used."); |
| 980 | 980 | ||
| 981 | puts ("In Mercury, tag both declarations starting a line with ':-' and first\n\ | 981 | puts ("\tIn Mercury, tag both declarations starting a line with ':-' and\n\ |
| 982 | predicates or functions in clauses."); | 982 | first predicates or functions in clauses."); |
| 983 | 983 | ||
| 984 | if (CTAGS) | 984 | if (CTAGS) |
| 985 | puts ("-d, --defines\n\ | 985 | puts ("-d, --defines\n\ |