diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c index 1ad8af70a74..0fe7d9113b4 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -252,7 +252,7 @@ Initialization options:\n\ | |||
| 252 | "\ | 252 | "\ |
| 253 | Action options:\n\ | 253 | Action options:\n\ |
| 254 | \n\ | 254 | \n\ |
| 255 | FILE visit FILE using find-file\n\ | 255 | FILE visit FILE\n\ |
| 256 | +LINE go to line LINE in next FILE\n\ | 256 | +LINE go to line LINE in next FILE\n\ |
| 257 | +LINE:COLUMN go to line LINE, column COLUMN, in next FILE\n\ | 257 | +LINE:COLUMN go to line LINE, column COLUMN, in next FILE\n\ |
| 258 | --directory, -L DIR prepend DIR to load-path (with :DIR, append DIR)\n\ | 258 | --directory, -L DIR prepend DIR to load-path (with :DIR, append DIR)\n\ |
| @@ -260,13 +260,13 @@ FILE visit FILE using find-file\n\ | |||
| 260 | --execute EXPR evaluate Emacs Lisp expression EXPR\n\ | 260 | --execute EXPR evaluate Emacs Lisp expression EXPR\n\ |
| 261 | ", | 261 | ", |
| 262 | "\ | 262 | "\ |
| 263 | --file FILE visit FILE using find-file\n\ | 263 | --file FILE visit FILE\n\ |
| 264 | --find-file FILE visit FILE using find-file\n\ | 264 | --find-file FILE visit FILE\n\ |
| 265 | --funcall, -f FUNC call Emacs Lisp function FUNC with no arguments\n\ | 265 | --funcall, -f FUNC call Emacs Lisp function FUNC with no arguments\n\ |
| 266 | --insert FILE insert contents of FILE into current buffer\n\ | 266 | --insert FILE insert contents of FILE into current buffer\n\ |
| 267 | --kill exit without asking for confirmation\n\ | 267 | --kill exit without asking for confirmation\n\ |
| 268 | --load, -l FILE load Emacs Lisp FILE using the load function\n\ | 268 | --load, -l FILE load Emacs Lisp FILE using the load function\n\ |
| 269 | --visit FILE visit FILE using find-file\n\ | 269 | --visit FILE visit FILE\n\ |
| 270 | \n\ | 270 | \n\ |
| 271 | ", | 271 | ", |
| 272 | "\ | 272 | "\ |