diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-23 23:35:45 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-23 23:35:45 -0700 |
commit | a19b8550f3db9a0984e940260a5132275daf29ea (patch) | |
tree | 9fd6a462fac31144b93a2cee6ca67d63d42b7e76 /doc | |
parent | fbb5531fa11d13854b274d28ccd329c9b6652cfc (diff) | |
download | emacs-a19b8550f3db9a0984e940260a5132275daf29ea.tar.gz |
* doc/lispref/elisp.texi: Fix typo in previous change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 48c531f7731..9044fbaec56 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -375,7 +375,6 @@ Strings and Characters * Text Comparison:: Comparing characters or strings. * String Conversion:: Converting to and from characters and strings. * Formatting Strings:: @code{format}: Emacs's analogue of @code{printf}. -* Text Restyling:: Text style conversion function. * Case Conversion:: Case conversion functions. * Case Tables:: Customizing case conversion. |