summaryrefslogtreecommitdiff
path: root/lisp/options.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/options.el')
-rw-r--r--lisp/options.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/options.el b/lisp/options.el
index ca78256b562..4759c102666 100644
--- a/lisp/options.el
+++ b/lisp/options.el
@@ -98,7 +98,7 @@ For convenience, the characters \\[backward-paragraph] and \\[forward-paragraph]
(make-local-variable 'paragraph-separate)
(setq paragraph-separate "[^\^@-\^?]")
(make-local-variable 'paragraph-start)
- (setq paragraph-start "^\t")
+ (setq paragraph-start "\t")
(setq truncate-lines t)
(setq major-mode 'Edit-options-mode)
(setq mode-name "Options")