From cd19efdd6457835a49c6eb1aad66650a3bb6efff Mon Sep 17 00:00:00 2001 From: SpacemacsBot <86630153+SpacemacsBot@users.noreply.github.com> Date: Thu, 15 Sep 2022 20:05:32 +0300 Subject: [PATCH] [bot] "built_in_updates" Thu Sep 15 15:41:36 UTC 2022 (#15737) --- core/libs/spinner.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/libs/spinner.el b/core/libs/spinner.el index 6be8f1355..e70b46338 100644 --- a/core/libs/spinner.el +++ b/core/libs/spinner.el @@ -159,7 +159,7 @@ below). If TYPE is nil, the frames of this spinner are given by the first element of `spinner-types'. If TYPE is a symbol, it specifies an element of `spinner-types'. -If TYPE is 'random, use a random element of `spinner-types'. +If TYPE is `random', use a random element of `spinner-types'. If TYPE is a list, it should be a list of symbols, and a random one is chosen as the spinner type. If TYPE is a vector, it should be a vector of strings and these @@ -277,7 +277,7 @@ stop the SPINNER's timer." If TYPE-OR-OBJECT is an object created with `make-spinner', simply activate it. This method is designed for minor modes, so they can use the spinner as part of their lighter by doing: - '(:eval (spinner-print THE-SPINNER)) + \\='(:eval (spinner-print THE-SPINNER)) To stop this spinner, call `spinner-stop' on it. If TYPE-OR-OBJECT is anything else, a buffer-local spinner is