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