emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114921: * doc/emacs/cmdargs.texi (Action Arguments)


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114921: * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.
Date: Sat, 02 Nov 2013 23:36:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114921
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-11-02 16:36:32 -0700
message:
  * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/cmdargs.texi         
cmdargs.texi-20091113204419-o5vbwnq5f7feedwu-6238
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-11-02 23:29:01 +0000
+++ b/doc/emacs/ChangeLog       2013-11-02 23:36:32 +0000
@@ -1,6 +1,6 @@
 2013-11-02  Glenn Morris  <address@hidden>
 
-       * cmdargs.texi (Action Arguments): Clarify that `-L' prepends.
+       * cmdargs.texi (Action Arguments): Clarify `-L' a bit.
 
 2013-10-23  Glenn Morris  <address@hidden>
 

=== modified file 'doc/emacs/cmdargs.texi'
--- a/doc/emacs/cmdargs.texi    2013-11-02 23:29:01 +0000
+++ b/doc/emacs/cmdargs.texi    2013-11-02 23:36:32 +0000
@@ -136,6 +136,9 @@
 @itemx address@hidden
 @opindex --directory
 Prepend directory @var{dir} to the variable @code{load-path}.
+If you specify multiple @samp{-L} options, Emacs preserves the
+relative order; i.e., using @samp{-L /foo -L /bar} results in
+a @code{load-path} of the form @code{("/foo" "/bar" @dots{})}.
 
 @item -f @var{function}
 @opindex -f


reply via email to

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