diff options
Diffstat (limited to 'llama.el')
| -rw-r--r-- | llama.el | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -45,8 +45,9 @@ ;; their names have to begin with `&'. Symbol `&*' specifies extra ;; (`&rest') arguments. -;; Instead of `%1', the shorthand `%' can be used, and using both `%1' -;; and `%' is not allowed. Likewise `&' can be substituted for `&1'. +;; The shorter symbol `%' can be used instead of `%1', but using both +;; in the same expression is not allowed. Likewise `&' can be used +;; instead of `&1'. ;; Instead of: ;; @@ -97,8 +98,9 @@ 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, and using both `%1' -and `%' is not allowed. Likewise `&' can be substituted for `&1'. +The shorter symbol `%' can be used instead of `%1', but using both +in the same expression is not allowed. Likewise `&' can be used +instead of `&1'. Instead of: |
