Module Command.Raw_prefix_argument

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

type t =
| Absent
| Int of int
| Minus
| Nested of int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_value_exn : Ecaml__.Import0.Value.t -> t
val to_value : t -> Ecaml__.Import0.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")