diff --git a/modules/services/emacs.nix b/modules/services/emacs.nix
index 8e7ba9fb..2d5a24b9 100644
--- a/modules/services/emacs.nix
+++ b/modules/services/emacs.nix
@@ -88,7 +88,11 @@ in {
literalExpression "!config.services.emacs.socketActivation.enable";
example = "graphical";
description = ''
- Whether to launch Emacs service with the systemd user session. If it is true, Emacs service is started by default.target. If it is "graphical", Emacs service is started by graphical-session.target.
+ Whether to launch Emacs service with the systemd user session. If it is
+ true, Emacs service is started by
+ default.target. If it is
+ "graphical", Emacs service is started by
+ graphical-session.target.
'';
};