Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f4976ebc
Commit
f4976ebc
authored
Apr 27, 2001
by
Eli Zaretskii
Browse files
(print_help): Enclose the regexp in the help text example in quotes.
parent
5a5d9185
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/etags.c
lib-src/etags.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
f4976ebc
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.
...
...
lib-src/etags.c
View file @
f4976ebc
...
...
@@ -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\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment