aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorGlenn Morris2011-02-22 23:08:12 -0800
committerGlenn Morris2011-02-22 23:08:12 -0800
commit97610156f40b64a933d9c4afa4767e2443527892 (patch)
tree2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/replace.el
parent61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff)
downloademacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz
emacs-97610156f40b64a933d9c4afa4767e2443527892.zip
Fix spelling of "precede".
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
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
1405Note that these symbols must be preceeded by a backslash in order to 1405Note that these symbols must be preceded by a backslash in order to
1406type them using Lisp syntax." 1406type them using Lisp syntax."
1407 (while (consp n) 1407 (while (consp n)
1408 (cond 1408 (cond