aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/longlines.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/longlines.el b/lisp/longlines.el
index 8491a0b7960..ebfb7a660b0 100644
--- a/lisp/longlines.el
+++ b/lisp/longlines.el
@@ -101,7 +101,7 @@ wrapped whenever the buffer is changed. You can always call
101 101
102If `longlines-show-hard-newlines' is non-nil, hard newlines will 102If `longlines-show-hard-newlines' is non-nil, hard newlines will
103be marked by a symbol." 103be marked by a symbol."
104 nil " ll" nil 104 :group 'longlines :lighter " ll"
105 (if longlines-mode 105 (if longlines-mode
106 ;; Turn on longlines mode 106 ;; Turn on longlines mode
107 (progn 107 (progn