]> code.delx.au - gnu-emacs-elpa/commitdiff
* ampc.el: Doc simplifications.
authorChristopher Schmidt <christopher@ch.ristopher.com>
Fri, 3 Aug 2012 07:34:53 +0000 (09:34 +0200)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Fri, 3 Aug 2012 07:34:53 +0000 (09:34 +0200)
ampc.el

diff --git a/ampc.el b/ampc.el
index bff0b1971dbfc3de91b42d332a43ed2116957035..f095ebf66e572c384e4c25892811f75a82694c67 100644 (file)
--- a/ampc.el
+++ b/ampc.el
 ;; your load-path or add the directory the file is in to it, e.g.:
 ;;
 ;; (add-to-list 'load-path "~/.emacs.d/ampc")
-;;
-;; Then add one autoload definition:
-;;
 ;; (autoload 'ampc "ampc" nil t)
 ;;
-;; Optionally bind a key to this function, e.g.:
-;;
-;; (global-set-key (kbd "<f9>") 'ampc)
-;;
-;; or
-;;
-;; (global-set-key (kbd "<f9>") (lambda () (interactive) (ampc "host" "port")))
-;;
 ;; Byte-compile ampc (M-x byte-compile-file RET /path/to/ampc.el RET) to improve
 ;; its performance!
 
@@ -1126,8 +1115,8 @@ all the time!"
             (setf next (ampc-narrow-entry))
             (let ((file (ampc-extract "file"))
                   (pad-data (loop for (tag . tag-properties) in properties
-                                   collect (or (ampc-extract tag)
-                                               "[Not Specified]"))))
+                                  collect (or (ampc-extract tag)
+                                              "[Not Specified]"))))
               (ampc-with-buffer 'playlist
                 (ampc-insert (ampc-pad pad-data 2)
                              `(("file" . ,file)