Advice (programming): Difference between revisions

Content deleted Content added
Bender the Bot (talk | contribs)
m External links: HTTP to HTTPS for Blogspot
 
Line 7:
 
<syntaxhighlight lang="elisp">
(advice-add #'ispell-word
:after #'flyspell-buffer)
</syntaxhighlight>