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. | |||
| 109 | If `^' is in this string it must NOT come first. If `-' is in this | 109 | If `^' is in this string it must NOT come first. If `-' is in this |
| 110 | string, it must come first or right after `]'. In other words, if | 110 | string, it must come first or right after `]'. In other words, if |
| 111 | S is this string, then `[S]' must be a legal Emacs regular expression | 111 | S is this string, then `[S]' must be a legal Emacs regular expression |
| 112 | (not containing character ranges like `a-z').") | 112 | \(not containing character ranges like `a-z').") |
| 113 | 113 | ||
| 114 | 114 | ||
| 115 | (defvar PC-first-char 'x | 115 | (defvar PC-first-char 'x |