From 00b16e5ce7e4f8a6b078c1c93cf86257350b68e6 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@tradeo.com>
Date: Sat, 6 Apr 2013 17:48:13 +0300
Subject: [PATCH] Code style

---
 core/prelude-osx.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/prelude-osx.el b/core/prelude-osx.el
index 8ec252f..ba0db17 100644
--- a/core/prelude-osx.el
+++ b/core/prelude-osx.el
@@ -43,8 +43,9 @@
 (setq mac-option-modifier 'meta)
 
 (defun prelude-swap-meta-and-super ()
-  "Swap the mapping of meta and super. Very useful for people using their Mac
-with a Windows external keyboard from time to time."
+  "Swap the mapping of Meta and Super.
+Very useful for people using their Mac with a
+Windows external keyboard from time to time."
   (interactive)
   (if (eq mac-command-modifier 'super)
       (progn