Skip to content

Commit

Permalink
docs(backports): update function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 27, 2023
1 parent 69e9235 commit c5ab9fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/me-backports-29.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ If the buffer doesn't exist, create it first."
"Set VARIABLE/VALUE pairs, and return the final VALUE.
This is like `setq', but is meant for user options instead of
plain variables. This means that `setopt' will execute any
`custom-set' form associated with VARIABLE."
`custom-set' form associated with VARIABLE.
\(fn [VARIABLE VALUE]...)"
(declare (debug setq))
(unless (zerop (mod (length pairs) 2))
(error "PAIRS must have an even number of variable/value members"))
Expand Down

0 comments on commit c5ab9fe

Please sign in to comment.