summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-05 16:07:43 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-05 16:07:43 +0200
commitac3052c13e3618eac170d036c5d39bf4db406028 (patch)
tree0f81dfcfed9a10f73a11e35c8c6d0ba80dc8863a
parentVersion 1.18 released (diff)
downloademacs-tools-emacs-updater.tar.gz
emacs-tools-emacs-updater.tar.bz2
emacs-tools-emacs-updater.zip
Update a commentemacs-updater
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rwxr-xr-xemacs-updater2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-updater b/emacs-updater
index 2936b64..1926218 100755
--- a/emacs-updater
+++ b/emacs-updater
@@ -205,7 +205,7 @@ else
BOLD=; NORMAL=; RED=; GREEN=; YELLOW=; BLUE=; MAGENTA=; CYAN=
fi
-# Some type of output can be prettified and capsulated in functions
+# Some functions for output
message() {
local OUTPUT="$@"
echo "${GREEN}*${NORMAL}${BOLD} ${OUTPUT}${NORMAL}"