diff options
| author | Paul Eggert | 2015-09-04 13:31:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-04 13:32:18 -0700 |
| commit | 8a6260e1e14ab1523c195001454c98aaa044ea64 (patch) | |
| tree | 36bdb78d5615a54eefc1e6c24af8d57be283883d /doc/lispref/text.texi | |
| parent | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff) | |
| download | emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip | |
Fix minor problems with " in manual
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 245825ada60..33044280175 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -58,7 +58,7 @@ the character after point. | |||
| 58 | * Base 64:: Conversion to or from base 64 encoding. | 58 | * Base 64:: Conversion to or from base 64 encoding. |
| 59 | * Checksum/Hash:: Computing cryptographic hashes. | 59 | * Checksum/Hash:: Computing cryptographic hashes. |
| 60 | * Parsing HTML/XML:: Parsing HTML and XML. | 60 | * Parsing HTML/XML:: Parsing HTML and XML. |
| 61 | * Atomic Changes:: Installing several buffer changes "atomically". | 61 | * Atomic Changes:: Installing several buffer changes ``atomically''. |
| 62 | * Change Hooks:: Supplying functions to be run when text is changed. | 62 | * Change Hooks:: Supplying functions to be run when text is changed. |
| 63 | @end menu | 63 | @end menu |
| 64 | 64 | ||