emms-patches
[Top][All Lists]
Advanced

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

[Emms-patches] [COMMIT] Fix typos.


From: Tim Landscheidt
Subject: [Emms-patches] [COMMIT] Fix typos.
Date: Tue, 15 Jun 2010 14:15:09 +0000

---
 emms-print-metadata.1      |    2 +-
 lisp/emms-player-simple.el |    2 +-
 lisp/emms-volume.el        |    2 +-
 lisp/jack.el               |    4 ++--
 lisp/ogg-comment.el        |   13 ++-----------
 5 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/emms-print-metadata.1 b/emms-print-metadata.1
index 6c3ad1f..de4f066 100644
--- a/emms-print-metadata.1
+++ b/emms-print-metadata.1
@@ -23,7 +23,7 @@ emms-print-metadata \- Print information about music files
 .br
 .SH DESCRIPTION
 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" \fI<whatever>\fP escape sequences to invoke bold face and italics, 
 .\" respectively.
 \fBemms-print-metadata\fP will print metadata about music files to
 stdout, to be used primarily by EMMS, the Emacs MultiMedia System.
diff --git a/lisp/emms-player-simple.el b/lisp/emms-player-simple.el
index eb37e54..93155e7 100644
--- a/lisp/emms-player-simple.el
+++ b/lisp/emms-player-simple.el
@@ -54,7 +54,7 @@ NAME is used to contruct the name of the function like
 emms-player-NAME. TYPES is a list of track types understood by
 this player. REGEX must be a regexp that matches the filenames
 the player can play. COMMAND specifies the command line arguement
-to call the player and ARGS are the command line arguements."
+to call the player and ARGS are the command line arguments."
   (let ((group (intern (concat "emms-player-" (symbol-name name))))
         (command-name (intern (concat "emms-player-"
                                       (symbol-name name)
diff --git a/lisp/emms-volume.el b/lisp/emms-volume.el
index 846cd30..f24e16c 100644
--- a/lisp/emms-volume.el
+++ b/lisp/emms-volume.el
@@ -25,7 +25,7 @@
 ;;
 ;; This file provides generally two things:
 ;; Generic volume setting functions and some appropriate bindings for EMMS
-;; playlist buffers. These can also be bound to global keys,however, the
+;; playlist buffers. These can also be bound to global keys, however, the
 ;; second part may be more useful for this. This part provides functions
 ;; meant to be bound to a global key (the author uses C-c e + and C-c e -),
 ;; which then temporarily activates a minor mode allowing you to change the
diff --git a/lisp/jack.el b/lisp/jack.el
index d248a12..1ce67d8 100644
--- a/lisp/jack.el
+++ b/lisp/jack.el
@@ -33,8 +33,8 @@
 ;; its design focuses on two key areas: synchronous execution of all
 ;; clients, and low latency operation.
 ;;
-;; jack.el provides a fascility for starting jackd from within Emacs.
-;; It also povides convenience functions for prompting the user for
+;; jack.el provides a facility for starting jackd from within Emacs.
+;; It also provides convenience functions for prompting the user for
 ;; jack client and port names in the minibuffer, as well as the
 ;; functions `jack-connect' and `jack-disconnect' which can be used to
 ;; rearrange jack port wiring with a minimum of keystrokes.
diff --git a/lisp/ogg-comment.el b/lisp/ogg-comment.el
index b002e32..b83dc24 100644
--- a/lisp/ogg-comment.el
+++ b/lisp/ogg-comment.el
@@ -38,15 +38,6 @@
 ;; Ogg-Vorbis file headers are specified.  Any improvements in making
 ;; the implementation more emacsy would be welcomed.
 
-;;; Installation:
-;; To use, put this file somewhere in your `load-path' and do
-;; (require 'ogg-comment).
-;; You can then read ogg comments from a file by doing:
-;; M-x oggc-show-header RET.
-
-;;; History:
-;;
-
 ;;; TODO:
 ;; o Read setup header, to get bitrate and such like.
 ;; o Make writing comments possible.
@@ -77,7 +68,7 @@
 (defmacro with-part-of-file (file-spec &rest body)
   "Execute BODY in a buffer containing part of FILE.
 
-BEG and END are as `insert-file-contents' (q.v.).
+BEG and END are as used for `insert-file-contents'.
 
 \(fn (FILE &optional BEG END) &rest BODY)"
   (let (file beg end)
@@ -198,7 +189,7 @@ comment header is prepended to the string as a 4-byte lsb 
int."
 (defun oggc-write-comments (file comments)
   "Write COMMENTS to FILE.
 
-COMMENTS should be as for `oggc-construct-comment-string' (q.v.)."
+COMMENTS should be as for `oggc-construct-comment-string'."
   (with-temp-buffer
     ;; dog slow for large files.
     ;; an alternative would be to use head/tail/cut as needed to
-- 
debian.1.5.6.1.19.ge6b2




reply via email to

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