[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ampc 8b11bf109c 107/111: ; Fix typos
From: |
Stefan Monnier |
Subject: |
[elpa] externals/ampc 8b11bf109c 107/111: ; Fix typos |
Date: |
Tue, 20 Feb 2024 18:16:47 -0500 (EST) |
branch: externals/ampc
commit 8b11bf109c8a88f212a3093ad0d51903789f7b57
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
; Fix typos
---
ampc.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ampc.el b/ampc.el
index 0710c70c57..c1cfdfa281 100644
--- a/ampc.el
+++ b/ampc.el
@@ -300,7 +300,7 @@
;; (substitute-ampc-key (kbd "<") (kbd ";"))))
;;
;; If ampc is suspended, you can still use every interactive command that does
-;; not directly operate on or with the user interace of ampc. For example it
is
+;; not directly operate on or with the user interface of ampc. For example it
is
;; perfectly fine to call `ampc-increase-volume' or `ampc-toggle-play' via M-x
;; RET. Especially the commands `ampc-status' and `ampc-mini' are
predesignated
;; to be bound in the global keymap and called when ampc is suspended.
@@ -2766,7 +2766,7 @@ If ARG is omitted, use the selected entries."
(defun ampc-delete (&optional arg)
"Delete the next ARG songs from the playlist.
If ARG is omitted, use the selected entries. If ARG is non-nil,
-all marks after point are removed nontheless."
+all marks after point are removed nonetheless."
(interactive "P")
(cl-assert (ampc-in-ampc-p))
(let ((first-del nil))
@@ -2828,7 +2828,7 @@ If ARG is omitted, use the selected entries in the
current buffer."
(defun ampc-time-to-progress-bar (elapsed total width)
- "Creates a progess bar like this: |=========>----|
+ "Creates a progress bar like this: |=========>----|
ELAPSED is the number of seconds represented by '=' signs
TOTAL is the number of seconds represented by the entire bar
WIDTH is the max width of the bar. If < 2, 2 characters will be used anyway"
@@ -3015,7 +3015,7 @@ FILES should be a list of absolute file names, the files
to tag."
"Start the tagging subsystem.
The files to tag are collected by using either the selected
entries within the current buffer or the next ARG entries at
-point if numeric perfix argument ARG is non-nil, the file
+point if numeric prefix argument ARG is non-nil, the file
associated with the entry at point, or, if both sources did not
provide any files, the audio file that is currently played by
MPD."
- [elpa] externals/ampc 097424e63e 005/111: Simplify ampc-toggle-*., (continued)
- [elpa] externals/ampc 097424e63e 005/111: Simplify ampc-toggle-*., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 8df5fd0ff3 010/111: Fix indentation in source code., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc d465fe978e 013/111: Add version tag., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc d27ffb2415 016/111: * ampc: New package., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc ee5f78f2ea 019/111: Add new views with a different order of tag browsers., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 7289f29365 020/111: Add note on how to remap keys in ampc-mode-map., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 76b1125941 025/111: Add ampc-suspend., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 1d2d403a59 026/111: Remove superfluous whitespace., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc cc7f4c8432 031/111: Alias unspecified tags in ampc-status., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 6ea9805c14 034/111: Clarify version error message., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 8b11bf109c 107/111: ; Fix typos,
Stefan Monnier <=
- [elpa] externals/ampc ba9840c63f 110/111: ; Depend on Emacs 24.3, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc ed0caf2d07 035/111: Correctly quote arguments before sending them to MPD., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 69bef3a98d 040/111: Fix code alignment., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 18dc9a9870 041/111: Handle listallinfo chunks right after receiving them., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 473ad7dbc3 042/111: Add emacswiki-generator.el., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc d8ba1ed217 045/111: * ampc.el (ampc): Fix typo., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 204540b0de 047/111: * ampc.el (ampc-fill-internal-db): Fix empty region bug., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 5b560e377d 050/111: * ampc.el (ampc-fill-internal-db-entry): Use a better format for storing data., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 383074a3b1 053/111: * ampc.el: Name views., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc b12dedc83d 062/111: * ampc.el: Bump version to 0.1.3., Stefan Monnier, 2024/02/20