From: Eli Zaretskii Date: Fri, 27 Apr 2001 13:36:06 +0000 (+0000) Subject: (print_help): Enclose the regexp in the help text example in quotes. X-Git-Tag: emacs-pretest-21.0.103~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4976ebceaf62cba09ca84b43f6298e82f102b1e;p=emacs.git (print_help): Enclose the regexp in the help text example in quotes. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2db9dd67294..050436c7732 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2001-04-27 Eli Zaretskii + + * etags.c (print_help): Enclose the regexp in the help text + example in quotes. + 2001-04-05 Dave Love * emacsclient.c (fail): Don't return a value. diff --git a/lib-src/etags.c b/lib-src/etags.c index 69810b50193..cf22f3ffc9d 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -712,7 +712,7 @@ Relative ones are stored relative to the output file's directory."); REGEXP is anchored (as if preceded by ^).\n\ The form /REGEXP/NAME/ creates a named tag.\n\ For example Tcl named tags can be created with:\n\ - --regex=/proc[ \\t]+\\([^ \\t]+\\)/\\1/."); + --regex=\"/proc[ \\t]+\\([^ \\t]+\\)/\\1/.\""); puts ("-c /REGEXP/, --ignore-case-regex=/REGEXP/ or --ignore-case-regex=@regexfile\n\ Like -r, --regex but ignore case when matching expressions."); puts ("-R, --no-regex\n\