diff options
| author | Paul Eggert | 2015-08-23 23:35:45 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-08-23 23:35:45 -0700 |
| commit | a19b8550f3db9a0984e940260a5132275daf29ea (patch) | |
| tree | 9fd6a462fac31144b93a2cee6ca67d63d42b7e76 | |
| parent | fbb5531fa11d13854b274d28ccd329c9b6652cfc (diff) | |
| download | emacs-a19b8550f3db9a0984e940260a5132275daf29ea.tar.gz emacs-a19b8550f3db9a0984e940260a5132275daf29ea.zip | |
* doc/lispref/elisp.texi: Fix typo in previous change.
| -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 | |||
| 375 | * Text Comparison:: Comparing characters or strings. | 375 | * Text Comparison:: Comparing characters or strings. |
| 376 | * String Conversion:: Converting to and from characters and strings. | 376 | * String Conversion:: Converting to and from characters and strings. |
| 377 | * Formatting Strings:: @code{format}: Emacs's analogue of @code{printf}. | 377 | * Formatting Strings:: @code{format}: Emacs's analogue of @code{printf}. |
| 378 | * Text Restyling:: Text style conversion function. | ||
| 379 | * Case Conversion:: Case conversion functions. | 378 | * Case Conversion:: Case conversion functions. |
| 380 | * Case Tables:: Customizing case conversion. | 379 | * Case Tables:: Customizing case conversion. |
| 381 | 380 | ||