Mercurial > emacs
diff lisp/complete.el @ 7639:67b7d1ea7b2e
Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 22 May 1994 22:14:17 +0000 |
| parents | 3e1323443b1a |
| children | 1335cec8a016 |
line wrap: on
line diff
--- a/lisp/complete.el Sun May 22 22:00:39 1994 +0000 +++ b/lisp/complete.el Sun May 22 22:14:17 1994 +0000 @@ -109,7 +109,7 @@ 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
