diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 02:33:43 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 02:33:43 +0200 |
commit | feae21ecd1559a412d99375396a463a8e51232fc (patch) | |
tree | e529580d360972bda52b89e9a020e46956f48c6d | |
parent | e75ba1b8f8ce39e7912c35c034494778715637cb (diff) |
Slight formatting change
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,8 +52,8 @@ After calling ‘iota’: By default the ~iota~ function replaces all matches with an incrementing number beginning with 1, however you can begin at any point by specifying the universal -argument. For example, to begin the list above at 4, you could run =C-u 4 M-x -iota RET=. +argument. For example, to begin the list above at 4, you could run +=C-u 4 M-x iota RET=. If for whatever reason however you want something that isn’t increments by 1, then you can make use of the ~iota-complex~ function. ~iota-complex~ works |