diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-07-11 11:55:31 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-07-11 11:55:31 +0100 |
commit | 46f9949e1fc29489b02c31fa4f7620afe580be1b (patch) | |
tree | b5a3412f2fa765b4d8262d808a01fa05c5639d53 /doc/lispref/text.texi | |
parent | 5b9daab3a745577441b0966d0b8e2bb261cdb976 (diff) | |
download | emacs-46f9949e1fc29489b02c31fa4f7620afe580be1b.tar.gz emacs-46f9949e1fc29489b02c31fa4f7620afe580be1b.tar.bz2 emacs-46f9949e1fc29489b02c31fa4f7620afe580be1b.zip |
; Fix misspellings of 'occurrence' in docs.
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r-- | doc/lispref/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index b71748c0832..feb9e58f31c 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -4432,7 +4432,7 @@ ThXs Xs the contents of the buffer before. @defun subst-char-in-string fromchar tochar string &optional inplace @cindex replace characters in string -This function replaces all occurences of the character @var{fromchar} +This function replaces all occurrences of the character @var{fromchar} with @var{tochar} in @var{string}. By default, substitution occurs in a copy of @var{string}, but if the optional argument @var{inplace} is non-@code{nil}, the function modifies the @var{string} itself. In any |