From: Heikki Junes <heikki.junes@hut.fi>
Date: Wed, 13 Aug 2003 21:53:19 +0000 (+0000)
Subject: typo.
X-Git-Tag: release/1.8.1~20
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af8a8c7f3a751b8eed9f697d77e918ae76de7b63;p=lilypond.git

typo.
---

diff --git a/lilypond-mode.el b/lilypond-mode.el
index ee49d39886..bc10329dde 100644
--- a/lilypond-mode.el
+++ b/lilypond-mode.el
@@ -931,9 +931,9 @@ command."
   (vector arg (list 'LilyPond-insert-tag-current arg) :style 'radio :selected (list 'eq 'LilyPond-insert-tag-current arg)))
 
 (defun LilyPond-menu-keywords ()
-  "Make Insert Tags menu. 
+  "Make Insert Tag menu. 
 
-The Insert Tags -menu is splitte into pieces if it is long enough."
+The Insert Tag -menu is splitted into parts if it is long enough."
 
   (let ((li (mapcar 'LilyPond-menu-keywords-item LilyPond-menu-keywords))
 	(w (round (sqrt (length LilyPond-menu-keywords))))