From: Glenn Morris Date: Mon, 4 Nov 2013 01:38:16 +0000 (-0800) Subject: * src/emacs.c (usage_message): Mention that `-L :...' appends. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dc6d301796849936993ba5827dc9fe156647b64;p=emacs.git * src/emacs.c (usage_message): Mention that `-L :...' appends. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4ddc74563e0..4815cf3f0f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-11-04 Glenn Morris + + * emacs.c (usage_message): Mention that `-L :...' appends. + 2013-11-02 Glenn Morris * Makefile.in (abs_builddir): Remove. diff --git a/src/emacs.c b/src/emacs.c index ed93067d1fd..928babb417c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -254,7 +254,7 @@ Action options:\n\ FILE visit FILE using find-file\n\ +LINE go to line LINE in next FILE\n\ +LINE:COLUMN go to line LINE, column COLUMN, in next FILE\n\ ---directory, -L DIR add DIR to variable load-path\n\ +--directory, -L DIR prepend DIR to load-path (with :DIR, append DIR)\n\ --eval EXPR evaluate Emacs Lisp expression EXPR\n\ --execute EXPR evaluate Emacs Lisp expression EXPR\n\ ",