diff options
| author | Juanma Barranquero | 2011-11-09 17:18:33 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-09 17:18:33 +0100 |
| commit | c4e7c63af11781a1c79c119ef4a2b8c2b74637d6 (patch) | |
| tree | ccc20d5cc006578029ccee2ac91925f3ac25ae41 /doc | |
| parent | d9ac1a1e5de383d2929d1590176e5b82901b89c9 (diff) | |
| download | emacs-c4e7c63af11781a1c79c119ef4a2b8c2b74637d6.tar.gz emacs-c4e7c63af11781a1c79c119ef4a2b8c2b74637d6.zip | |
Fix typos.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ca3a01d2808..238ce9838b0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2011-11-09 Chong Yidong <cyd@gnu.org> | 1 | 2011-11-09 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * windows.texi (Window Sizes): Document window-pixel-edges, | 3 | * windows.texi (Window Sizes): Document window-pixel-edges, |
| 4 | window-inside-pixel-edges. window-absolute-pixel-edges, and | 4 | window-inside-pixel-edges, window-absolute-pixel-edges, and |
| 5 | window-inside-absolute-pixel-edges. | 5 | window-inside-absolute-pixel-edges. |
| 6 | (Resizing Windows): shrink-window-if-larger-than-buffer works on | 6 | (Resizing Windows): shrink-window-if-larger-than-buffer works on |
| 7 | non-full-width windows. | 7 | non-full-width windows. |
| @@ -1102,9 +1102,9 @@ | |||
| 1102 | * commands.texi (Misc Events): Add cross-references to where | 1102 | * commands.texi (Misc Events): Add cross-references to where |
| 1103 | POSITION of a mouse event is described in detail. | 1103 | POSITION of a mouse event is described in detail. |
| 1104 | 1104 | ||
| 1105 | 2010-08-08 Christoph <cschol2112@googlemail.com> | 1105 | 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com> |
| 1106 | 1106 | ||
| 1107 | * control.texi (Handling Errors) <error-message-string>: Fix arg name. | 1107 | * control.texi (Handling Errors) <error-message-string>: Fix arg name. |
| 1108 | 1108 | ||
| 1109 | 2010-08-08 Juanma Barranquero <lekktu@gmail.com> | 1109 | 2010-08-08 Juanma Barranquero <lekktu@gmail.com> |
| 1110 | 1110 | ||