Content deleted Content added
m ispell->dispell - Fix a typo in one click Tag: Reverted |
m rolled back blind application of typo correction script, as requested at Wikipedia:Administrators'_noticeboard/Incidents#Incorrect_use_of_typo-correcting_script |
||
Line 7:
<syntaxhighlight lang="elisp">
(defadvice
(flyspell-buffer))
(ad-activate 'ispell t)
|