Fix comment typo.

This commit is contained in:
Glenn Morris 2008-06-05 16:51:30 +00:00
parent f0fbfd4372
commit 4b4f6dc84c

View file

@ -62,7 +62,7 @@
(eval-and-compile
(cond
;; Prefer `replace-regexp-in-string' (present in Emacs, XEmacs 21.5,
;; SXEmacs 22.1.4) over `replace-in-string'. The lalter leads to inf-loops
;; SXEmacs 22.1.4) over `replace-in-string'. The latter leads to inf-loops
;; on empty matches:
;; (replace-in-string "foo" "/*$" "/")
;; (replace-in-string "xe" "\\(x\\)?" "")