]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/tiny/tiny.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / tiny / tiny.el
index 90c89d5aba5481df79fee9b51543c001838d6de9..5523e60890f5c27e096cea65ef3e4648c73222cc 100644 (file)
@@ -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 %.