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/buffers.texi | |
| parent | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff) | |
| download | emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip | |
Fix minor problems with " in manual
Diffstat (limited to 'doc/lispref/buffers.texi')
| -rw-r--r-- | doc/lispref/buffers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 49bfe82a3e1..71261e08db7 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi | |||
| @@ -23,7 +23,7 @@ not be displayed in any windows. | |||
| 23 | * Buffer File Name:: The buffer file name indicates which file is visited. | 23 | * Buffer File Name:: The buffer file name indicates which file is visited. |
| 24 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. | 24 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. |
| 25 | * Modification Time:: Determining whether the visited file was changed | 25 | * Modification Time:: Determining whether the visited file was changed |
| 26 | "behind Emacs's back". | 26 | ``behind Emacs's back''. |
| 27 | * Read Only Buffers:: Modifying text is not allowed in a read-only buffer. | 27 | * Read Only Buffers:: Modifying text is not allowed in a read-only buffer. |
| 28 | * Buffer List:: How to look at all the existing buffers. | 28 | * Buffer List:: How to look at all the existing buffers. |
| 29 | * Creating Buffers:: Functions that create buffers. | 29 | * Creating Buffers:: Functions that create buffers. |