emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 5af695c7479: ; * lib-src/etags.c (print_help): Fix indentation.


From: Eli Zaretskii
Subject: emacs-29 5af695c7479: ; * lib-src/etags.c (print_help): Fix indentation.
Date: Sun, 5 Mar 2023 01:43:32 -0500 (EST)

branch: emacs-29
commit 5af695c7479f97d86bf913b5ff96d3f3b744781f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lib-src/etags.c (print_help): Fix indentation.
---
 lib-src/etags.c | 4 ++--
 1 file 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");
     puts
       ("\tand create tags for extern variables unless --no-globals is used.");
 
-  puts ("In Mercury, tag both declarations starting a line with ':-' and 
first\n\
-        predicates or functions in clauses.");
+  puts ("\tIn Mercury, tag both declarations starting a line with ':-' and\n\
+        first predicates or functions in clauses.");
 
   if (CTAGS)
     puts ("-d, --defines\n\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]