change 'jump to next misspelled word' shortcut to avoid

conflicting with the close window shortcut (which is only
<menukey>-shift-w when there are multiple tabs open)

Merge to 6.1, please
This commit is contained in:
Robby Findler 2014-07-15 05:57:26 -05:00
parent 1b3fd890ad
commit ec0ccbe35e

View File

@ -3908,7 +3908,7 @@
[label (string-constant spell-skip-to-next-misspelled-word)]
[shortcut (if (member 'shift (get-default-shortcut-prefix))
#f
#\w)]
#\n)]
[shortcut-prefix (if (member 'shift (get-default-shortcut-prefix))
(get-default-shortcut-prefix)
(cons 'shift (get-default-shortcut-prefix)))]