X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/cb2d5b29dbdf0aab7f4804438e53bfa1a4dcd82d..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/spinner/spinner.el diff --git a/packages/spinner/spinner.el b/packages/spinner/spinner.el index a02184818..24e9cea43 100644 --- a/packages/spinner/spinner.el +++ b/packages/spinner/spinner.el @@ -158,7 +158,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 @@ -275,7 +275,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