diff options
| author | Artur Malabarba <453029+Malabarba@users.noreply.github.com> | 2022-09-15 09:49:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 09:49:59 -0300 |
| commit | d4647ae87fb0cd24bc9081a3d287c860ff061c21 (patch) | |
| tree | 9e961cddee0eb93079c2ddde52008aa062a4d294 | |
| parent | bca794fa6f6b007292cdac9b0a850a3711986db5 (diff) | |
| parent | 8480ca75e1ca5f0ca479965a48efcb011e68b434 (diff) | |
Merge pull request #28 from tarsiiformes/quote-quoteexternals/spinner
Replace or quote certain single quotes in docstrings
| -rw-r--r-- | spinner.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
