Fix comment typo.
This commit is contained in:
parent
f0fbfd4372
commit
4b4f6dc84c
1 changed files with 1 additions and 1 deletions
|
@ -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\\)?" "")
|
||||
|
|
Loading…
Add table
Reference in a new issue