diff options
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 0f8adea2aca..928c3170c65 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1531,7 +1531,7 @@ N (match-string N) (where N is a string of digits) | |||
| 1531 | #& (string-to-number (match-string 0)) | 1531 | #& (string-to-number (match-string 0)) |
| 1532 | # replace-count | 1532 | # replace-count |
| 1533 | 1533 | ||
| 1534 | Note that these symbols must be preceeded by a backslash in order to | 1534 | Note that these symbols must be preceded by a backslash in order to |
| 1535 | type them using Lisp syntax." | 1535 | type them using Lisp syntax." |
| 1536 | (while (consp n) | 1536 | (while (consp n) |
| 1537 | (cond | 1537 | (cond |