branch: elpa/llama commit 560d656b8ae35a6a755e37948e4870dd11c05bad Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Remove a style recommendation Suggested-by: L. Andrew <fland...@tutanota.com> --- README.org | 6 ++---- llama.el | 11 ++++------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org index 2459950dc4..c9eec02220 100644 --- a/README.org +++ b/README.org @@ -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: diff --git a/llama.el b/llama.el index 06779f7135..1acc65b27b 100644 --- a/llama.el +++ b/llama.el @@ -45,10 +45,8 @@ ;; 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: ;; @@ -99,9 +97,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'. +Instead of `%1', the shorthand `%' can be used, and using both `%1' +and `%' is not allowed. Likewise `&' can be substituted for `&1'. Instead of: