aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bindings.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 66a8c511d55..40a9ae1b7df 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -154,9 +154,8 @@ is okay. See `mode-line-format'.")
154 "^Current buffer has no process$" 154 "^Current buffer has no process$"
155 155
156 ;; dabbrev 156 ;; dabbrev
157 "^No dynamic expansion for \".*\" found\\.$" 157 "^No dynamic expansion for .* found$"
158 "^No further dynamic expansions for \".*\" found\\.$" 158 "^No further dynamic expansion for .* found$"
159 "^No further dynamic expansions for `.*' found$"
160 159
161 ;; Completion 160 ;; Completion
162 "^To complete, the point must be after a symbol at least [0-9]* character long\\.$" 161 "^To complete, the point must be after a symbol at least [0-9]* character long\\.$"