X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/4b07f2cf9a93f14a7a322c7624f17ab5dbeaf6e2..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/tiny/tiny.el diff --git a/packages/tiny/tiny.el b/packages/tiny/tiny.el index 90c89d5ab..5523e6089 100644 --- a/packages/tiny/tiny.el +++ b/packages/tiny/tiny.el @@ -262,10 +262,10 @@ m[START][SEPARATOR]END[EXPR]|[FORMAT] * END - integer (required) * EXPR - Lisp expression: function body with argument x (defaults to x) Parens are optional if it's unambiguous: - - `(* 2 (+ x 3))' <-> *2+x3 - - `(exp x)' <-> expx + - `(* 2 (+ x 3))' <-> *2+x3 + - `(exp x)' <-> expx A closing paren may be added to resolve ambiguity: - - `(* 2 (+ x 3) x) <-> *2+x3) + - `(* 2 (+ x 3) x)' <-> *2+x3) * FORMAT - string, `format'-style (defaults to \"%s\") | separator can be omitted if FORMAT starts with %.