diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/complete.el | |
parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz |
Doc fix.
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 |