mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
(print_help): Enclose the regexp in the help text example in quotes.
This commit is contained in:
parent
5a5d918531
commit
f4976ebcea
@ -1,3 +1,8 @@
|
||||
2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* etags.c (print_help): Enclose the regexp in the help text
|
||||
example in quotes.
|
||||
|
||||
2001-04-05 Dave Love <fx@gnu.org>
|
||||
|
||||
* emacsclient.c (fail): Don't return a value.
|
||||
|
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user