diff options
| author | Chong Yidong | 2012-03-07 13:36:33 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-07 13:36:33 +0800 |
| commit | 67cd45a2b4cdee89f80460052032ac70c18e9e52 (patch) | |
| tree | 315652926ce3ce4afa0c9cd4b7364f2c1ab6224c /doc/lispref/ChangeLog | |
| parent | 2ad809416d0d9fb2b4cac6136cf3270dee1feb24 (diff) | |
| download | emacs-67cd45a2b4cdee89f80460052032ac70c18e9e52.tar.gz emacs-67cd45a2b4cdee89f80460052032ac70c18e9e52.zip | |
Minor updates to Markers and Text chapters of Lisp manual.
* doc/lispref/markers.texi (The Mark): Fix typo.
(The Region): Copyedits.
* doc/lispref/text.texi (Buffer Contents): Don't duplicate explanation of
region arguments from Text node. Put doc of obsolete var
buffer-substring-filters back, since it is referred to.
(Low-Level Kill Ring): Yank now uses clipboard instead of primary
selection by default.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 59d900ff82c..999714eaf73 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-03-07 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Buffer Contents): Don't duplicate explanation of | ||
| 4 | region arguments from Text node. Put doc of obsolete var | ||
| 5 | buffer-substring-filters back, since it is referred to. | ||
| 6 | (Low-Level Kill Ring): Yank now uses clipboard instead of primary | ||
| 7 | selection by default. | ||
| 8 | |||
| 9 | * markers.texi (The Mark): Fix typo. | ||
| 10 | (The Region): Copyedits. | ||
| 11 | |||
| 1 | 2012-03-07 Glenn Morris <rgm@gnu.org> | 12 | 2012-03-07 Glenn Morris <rgm@gnu.org> |
| 2 | 13 | ||
| 3 | * markers.texi (Overview of Markers): Copyedits. | 14 | * markers.texi (Overview of Markers): Copyedits. |