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
5333e22e
Commit
5333e22e
authored
Jul 17, 2001
by
Gerd Moellmann
Browse files
(USAGE1): Add +LINE:COLUMN option help.
parent
de11c1ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/emacs.c
src/emacs.c
+3
-1
No files found.
src/emacs.c
View file @
5333e22e
...
...
@@ -239,7 +239,9 @@ Initialization options:\n\
Action options:\n\
\n\
FILE visit FILE using find-file\n\
+LINENUM FILE visit FILE using find-file, then go to line LINENUM\n\
+LINE FILE visit FILE using find-file, then go to line LINE\n\
+LINE:COLUMN FILE visit FILE using find-file, then go to line LINE,\n\
column COLUMN\n\
--directory, -L DIR add DIR to variable load-path\n\
--eval EXPR evaluate Emacs Lisp expression EXPR\n\
--execute EXPR evaluate Emacs Lisp expression EXPR\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