]> git.donarmstrong.com Git - lilypond.git/commitdiff
advise how to include source path to Emacs load-path
authorHeikki Junes <heikki.junes@hut.fi>
Mon, 18 Nov 2002 09:51:27 +0000 (09:51 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Mon, 18 Nov 2002 09:51:27 +0000 (09:51 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi

index 26cebbed8043b814bf70a5b3c86b3084ff413d3f..a4b7b297ccfa6d27cc3f91bbb1f17f9c9a680c81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.texi: advise how to include source
+       path to Emacs load-path and improve language.
+
 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * GNUmakefile.in: config.h message fix.
index 46a739a5f2fb1766f388f089db29e4a8e447c91f..688e10fb411cf82ce71f3d20ffffefa6fc6bdb2a 100644 (file)
@@ -320,19 +320,20 @@ and for the profiling version, I specify a different configuration.
 
 @section Emacs mode
 
-An Emacs mode for entering music and running LilyPond is included with
+An Emacs mode for entering music and running LilyPond is contained in
 the source archive as @file{lilypond-mode.el},
 @file{lilypond-indent.el} and @file{lilypond-font-lock.el}. 
-You should install these files somewhere in your @var{load-path}. Add, e.g.,
-@file{~/site-lisp/} to @var{load-path} by appending the following line to your
-@file{~/.emacs} or @file{~/.emacs.el}:
+You should install these files to a directory included in your 
+@var{load-path}. As a user, you may want add your source path or
+@file{~/site-lisp/} to your @var{load-path}. Append the following line 
+(modified) to your @file{~/.emacs} or @file{~/.emacs.el}:
 @quotation
 @example
 (setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))
 @end example
 @end quotation
-Place then @file{lilypond-init.el} to @var{load-path}@file{/site-start.d/}
-or append it also to your @file{~/.emacs} or @file{~/.emacs.el}.
+File @file{lilypond-init.el} should be placed to 
+@var{load-path}@file{/site-start.d/} or appended to your @file{~/.emacs}.
 If you have installed a precompiled LilyPond package, these files can be
 found in @file{/usr/share/doc/lilypond-x.y.z/}. 
 
@@ -342,9 +343,9 @@ file.
 
 @section Vim mode
 
-A Vim mode for entering music and running LilyPond is included with 
+A Vim mode for entering music and running LilyPond is contained in
 the source archive. Append the content of @file{vimrc} to @file{~/.vimrc}
-to get shortcuts. Add files @file{lilypond.vim} and @file{lilypond.words} 
+to get shortcuts. Install files @file{lilypond.vim} and @file{lilypond.words} 
 to @file{~/.vim/} to get syntax-highlighting and auto-completion,
 correspondingly.