diff options
| author | Chong Yidong <cyd@gnu.org> | 2012-01-30 15:54:00 +0800 |
|---|---|---|
| committer | Chong Yidong <cyd@gnu.org> | 2012-01-30 15:54:00 +0800 |
| commit | 1714d1eea5eaf84ad205e28e7ff8d1f109e4277c (patch) | |
| tree | 30ba9b686e898c979bcb2ca33d6f3b71155356e6 | |
| parent | cb882333c285fa0d18d87245207cb50b2f67b439 (diff) | |
| download | emacs-1714d1eea5eaf84ad205e28e7ff8d1f109e4277c.tar.gz | |
* etc/tutorials/TUTORIAL: Delete a repeat sentence.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/tutorials/TUTORIAL | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index f06a8d71c62..00e9fe0b965 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2012-01-30 Chong Yidong <cyd@gnu.org> + + * tutorials/TUTORIAL: Delete a repeat sentence. + 2012-01-25 Mats Lidell <mats.lidell@cag.se> * tutorials/TUTORIAL.sv: Updated; synchronize with TUTORIAL. diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index 0f33c734f4a..ccd438ad629 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL @@ -577,7 +577,6 @@ Most of the time, the buffer's name is the same as the file name The buffer list you make with C-x C-b shows you both the buffer name and the file name of every buffer. -ANY text you see in an Emacs window is always part of some buffer. Some buffers do not correspond to files. The buffer named "*Buffer List*", which contains the buffer list that you made with C-x C-b, does not have any file. This TUTORIAL buffer initially did |
