diff options
| author | Eli Zaretskii | 2011-05-14 11:46:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-05-14 11:46:11 +0300 |
| commit | e3934a8a48bd8769619fc11355100e96cf5f74a5 (patch) | |
| tree | a86969536d65c37a46c8ce8e68b05029c9470b61 /doc/lispref/ChangeLog | |
| parent | c21edd3404252955dae90d2e2e1d0d412e39c39b (diff) | |
| download | emacs-e3934a8a48bd8769619fc11355100e96cf5f74a5.tar.gz emacs-e3934a8a48bd8769619fc11355100e96cf5f74a5.zip | |
Fix bug #8652 with indentation of variable docs.
doc/lispref/text.texi (Special Properties): Move @defvar's out of the
@table.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index eb88c6ba4f9..6a4fa03e741 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-05-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Special Properties): Move @defvar's out of the | ||
| 4 | @table. (Bug#8652) | ||
| 5 | |||
| 1 | 2011-05-12 Glenn Morris <rgm@gnu.org> | 6 | 2011-05-12 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * display.texi (Image Descriptors): Fix typo. (Bug#8495) | 8 | * display.texi (Image Descriptors): Fix typo. (Bug#8495) |