From 1a31a5a358cad1960d1f2611f19b2650786eb28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Wed, 18 Jul 2012 14:19:39 +0100 Subject: [PATCH] Remove profanity --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 2e85b6e..21094c3 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -2476,7 +2476,7 @@ With optional prefix argument KILL quit the window and buffer." (set (make-local-variable 'yas-editing-template) (yas-define-snippets-1 (yas-parse-template buffer-file-name) table))))) - ;; Now, offer to save this shit iff: + ;; Now, offer to save this iff: ;; ;; 1) `yas-snippet-dirs' is a list and its first element does not ;; match this template's file (i.e. this is a library snippet, not