diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
commit | 97610156f40b64a933d9c4afa4767e2443527892 (patch) | |
tree | 2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/replace.el | |
parent | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff) | |
download | emacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz |
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) #& (string-to-number (match-string 0)) # replace-count -Note that these symbols must be preceeded by a backslash in order to +Note that these symbols must be preceded by a backslash in order to type them using Lisp syntax." (while (consp n) (cond |