Skip to content

Commit

Permalink
Correct "yes" "no" pair
Browse files Browse the repository at this point in the history
  • Loading branch information
nixmaniack committed Dec 15, 2016
1 parent 04354f6 commit 3e1d20c
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 3e1d20c

Please sign in to comment.