aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index a3d795952fb..203f65436b6 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -71,7 +71,7 @@ Normally nil in most modes, since there is no process to display.")
71 71
72(make-variable-buffer-local 'mode-line-process) 72(make-variable-buffer-local 'mode-line-process)
73 73
74(defvar mode-line-modified (purecopy '("--%1*%1+")) 74(defvar mode-line-modified (purecopy '("-%1*%1+"))
75 "Mode-line control for displaying whether current buffer is modified.") 75 "Mode-line control for displaying whether current buffer is modified.")
76 76
77(make-variable-buffer-local 'mode-line-modified) 77(make-variable-buffer-local 'mode-line-modified)