diff options
| author | Stefan Kangas | 2023-03-06 06:30:13 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-03-06 06:30:13 +0100 |
| commit | aad617870b45aa2e68159150c2354db6f7a8cf09 (patch) | |
| tree | ef02f6390c25e2a167cd4dea91881f4e7f806de6 /lib-src | |
| parent | 6fb8a4dff7ef22f96ebe1a775240617aabac6526 (diff) | |
| parent | 1c67e4f895faf895f3ff132261edcbe6d08bb91d (diff) | |
| download | emacs-aad617870b45aa2e68159150c2354db6f7a8cf09.tar.gz emacs-aad617870b45aa2e68159150c2354db6f7a8cf09.zip | |
Merge from origin/emacs-29
1c67e4f895f Fix c-ts-mode indentation
d724d7d6785 Fix c-ts-mode indentation
7292b24c801 Fix c-ts-mode indentation
75cdc1afbe5 ; Change font-lock-variable-name-face to font-lock-variab...
b1b3af5b90b Update to Org 9.6.1-40-g3d817c
80e1037df44 Add string-interpolation feature to bash-ts-mode
5b8e0b31548 Fix tramp-sh-handle-insert-directory
2258ed01f42 ; Minor fix of last change
9c18af0cfaf * Warn when certain primitives are redefined (bug#61880)
5af695c7479 ; * 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 cb842dbf669..2c6b4e7a630 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\ |