diff options
| author | Juanma Barranquero | 2014-03-19 17:14:26 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-19 17:14:26 +0100 |
| commit | f88bdc45e02c8d6418b55102ec66cd446c956d93 (patch) | |
| tree | f100d74471288de5a6397db0c006d672dd86897a /lisp/ChangeLog | |
| parent | 51a7978ae8f4dddea4fbc0c8f37e7c5765999210 (diff) | |
| download | emacs-f88bdc45e02c8d6418b55102ec66cd446c956d93.tar.gz emacs-f88bdc45e02c8d6418b55102ec66cd446c956d93.zip | |
lisp/emacs-lisp/package.el (describe-package-1): Decode commentary (bug#16733).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4308d4085fa..50afbc2002d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-03-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (describe-package-1): | ||
| 4 | Decode commentary (bug#16733). | ||
| 5 | |||
| 1 | 2014-03-18 Juanma Barranquero <lekktu@gmail.com> | 6 | 2014-03-18 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * custom.el (defcustom): Doc fix: recommend avoiding destructive | 8 | * custom.el (defcustom): Doc fix: recommend avoiding destructive |