Skip to content

Commit

Permalink
Merge pull request #5 from nixmaniack/correct-yes-no-pair
Browse files Browse the repository at this point in the history
Correct "yes" "no" pair
  • Loading branch information
michaeljb authored Dec 15, 2016
2 parents 04354f6 + 3e1d20c commit 942d48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bool-flip.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
("y" . "n")
("YES" . "NO")
("Yes" . "No")
("yes" . "yes")
("yes" . "no")
("1" . "0"))
"List of values flipped by `bool-flip-do-flip'."
:group 'bool-flip
Expand Down

0 comments on commit 942d48a

Please sign in to comment.