diff options
| author | Glenn Morris | 2011-02-22 23:08:12 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 23:08:12 -0800 |
| commit | 97610156f40b64a933d9c4afa4767e2443527892 (patch) | |
| tree | 2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/replace.el | |
| parent | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff) | |
| download | emacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz emacs-97610156f40b64a933d9c4afa4767e2443527892.zip | |
Fix spelling of "precede".
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 3d1a8577747..0b90c94c7fa 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1402,7 +1402,7 @@ N (match-string N) (where N is a string of digits) | |||
| 1402 | #& (string-to-number (match-string 0)) | 1402 | #& (string-to-number (match-string 0)) |
| 1403 | # replace-count | 1403 | # replace-count |
| 1404 | 1404 | ||
| 1405 | Note that these symbols must be preceeded by a backslash in order to | 1405 | Note that these symbols must be preceded by a backslash in order to |
| 1406 | type them using Lisp syntax." | 1406 | type them using Lisp syntax." |
| 1407 | (while (consp n) | 1407 | (while (consp n) |
| 1408 | (cond | 1408 | (cond |