diff options
Diffstat (limited to 'lisp/complete.el')
-rw-r--r-- | lisp/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/complete.el b/lisp/complete.el index 03709c9a23a..b4e374532a3 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -109,7 +109,7 @@ Some arcane rules: If `]' is in this string it must come first. If `^' is in this string it must NOT come first. If `-' is in this string, it must come first or right after `]'. In other words, if S is this string, then `[S]' must be a legal Emacs regular expression -(not containing character ranges like `a-z').") +\(not containing character ranges like `a-z').") (defvar PC-first-char 'x |