diff options
| author | Glenn Morris | 2013-01-15 21:03:06 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-01-15 21:03:06 -0500 |
| commit | f8a42ad607df01eb47ac758a1601f5a9b1673352 (patch) | |
| tree | d13cd924f30e8fbedaeddc80afa412e2c79f4502 /doc/lispref/ChangeLog | |
| parent | 827253f7388b3e7ccad021eeedb5bb8674448a16 (diff) | |
| download | emacs-f8a42ad607df01eb47ac758a1601f5a9b1673352.tar.gz emacs-f8a42ad607df01eb47ac758a1601f5a9b1673352.zip | |
Doc fixes related to "(declare (indent symbol))" (bug#13450)
* doc/lispref/macros.texi (Indenting Macros):
Fix order of an indent symbol's arguments.
* lisp/emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
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 59361318ae3..8a35dd6d4bb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * macros.texi (Indenting Macros): Fix order of an indent | ||
| 4 | symbol's arguments. (Bug#13450) | ||
| 5 | |||
| 1 | 2013-01-09 Glenn Morris <rgm@gnu.org> | 6 | 2013-01-09 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * commands.texi (Interactive Codes): | 8 | * commands.texi (Interactive Codes): |