Module Ecaml.Command.Raw_prefix_argument

(Info-goto-node "(elisp)Prefix Command Arguments")

type t =
| Absent
| Int of int
| Minus
| Nested of int
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val of_value_exn : Value.t ‑> t
val to_value : t ‑> Value.t
val for_current_command : t Var.t

(describe-variable 'current-prefix-arg)(Info-goto-node "(elisp)Prefix Command Arguments")

val numeric_value : t ‑> int

(describe-function 'prefix-numeric-value)(Info-goto-node "(elisp)Prefix Command Arguments")