diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-09-20 14:01:27 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-09-20 14:01:27 +0200 |
| commit | 560d656b8ae35a6a755e37948e4870dd11c05bad (patch) | |
| tree | 1b0d7574d25f6af86126f388aa4dfd3e20631456 /README.org | |
| parent | d7ad209f01d289024f00403d2874a825ea16de28 (diff) | |
Remove a style recommendation
Suggested-by: L. Andrew <flandrew@tutanota.com>
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -20,10 +20,8 @@ following an optional argument have to be optional as well, thus their names have to begin with ~&~. Symbol ~&*~ specifies extra (~&rest~) arguments. -Instead of ~%1~, the shorthand ~%~ can be used; but that should -only be done if it is the only argument, and using both ~%1~ and -~%~ is not allowed. Likewise ~&~ can be substituted for ~&1~. Both -shorthands cannot be used in function position. +Instead of ~%1~, the shorthand ~%~ can be used, and using both ~%1~ +and ~%~ is not allowed. Likewise ~&~ can be substituted for ~&1~. Instead of: |
