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")