]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacs.c (usage_message): Mention that `-L :...' appends.
authorGlenn Morris <rgm@gnu.org>
Mon, 4 Nov 2013 01:38:16 +0000 (17:38 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 4 Nov 2013 01:38:16 +0000 (17:38 -0800)
src/ChangeLog
src/emacs.c

index 4ddc74563e050b114c0f58ae1367e78ed4eac1c7..4815cf3f0f57ec3fde0892917470cebece7f4241 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-04  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.c (usage_message): Mention that `-L :...' appends.
+
 2013-11-02  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (abs_builddir): Remove.
index ed93067d1fdfe3581ab4208309248b78ca059952..928babb417c4aa714e246430fb8d90099fb0c2e0 100644 (file)
@@ -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\
 ",