emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114929: * src/emacs.c (usage_message): Mention that


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114929: * src/emacs.c (usage_message): Mention that `-L :...' appends.
Date: Mon, 04 Nov 2013 01:38:22 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114929
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-11-03 17:38:16 -0800
message:
  * src/emacs.c (usage_message): Mention that `-L :...' appends.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/emacs.c                    emacs.c-20091113204419-o5vbwnq5f7feedwu-241
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-11-02 23:49:54 +0000
+++ b/src/ChangeLog     2013-11-04 01:38:16 +0000
@@ -1,3 +1,7 @@
+2013-11-04  Glenn Morris  <address@hidden>
+
+       * emacs.c (usage_message): Mention that `-L :...' appends.
+
 2013-11-02  Glenn Morris  <address@hidden>
 
        * Makefile.in (abs_builddir): Remove.

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2013-11-02 02:11:37 +0000
+++ b/src/emacs.c       2013-11-04 01:38:16 +0000
@@ -254,7 +254,7 @@
 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\
 ",


reply via email to

[Prev in Thread] Current Thread [Next in Thread]