diff options
| author | Glenn Morris | 2012-10-31 17:02:51 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-31 17:02:51 -0400 |
| commit | dd90fd1a45ddef772b52f67a89648be787c05dd5 (patch) | |
| tree | 4704293bf79454ea364edfd5535cb74003579f3d /doc/misc/ChangeLog | |
| parent | 88390adf4088a332a4c0c9659b3cc3ae87eef30a (diff) | |
| download | emacs-dd90fd1a45ddef772b52f67a89648be787c05dd5.tar.gz emacs-dd90fd1a45ddef772b52f67a89648be787c05dd5.zip | |
Trivial ert.texi update for cl-lib namespace
* doc/misc/ert.texi (Introduction, The @code{should} Macro):
Refer to "cl-assert" rather than "assert".
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 11fe77ea471..b77147fb0d7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-10-31 Glenn Morris <rgm@gnu.org> | 1 | 2012-10-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * ert.texi (Introduction, The @code{should} Macro): | ||
| 4 | Refer to "cl-assert" rather than "assert". | ||
| 5 | |||
| 3 | * cl.texi (Function Bindings): Update for cl-flet and cl-labels. | 6 | * cl.texi (Function Bindings): Update for cl-flet and cl-labels. |
| 4 | (Obsolete Lexical Binding): Rename section from "Lexical Bindings". | 7 | (Obsolete Lexical Binding): Rename section from "Lexical Bindings". |
| 5 | (Obsolete Macros): Rename section from "Obsolete Lexical Macros". | 8 | (Obsolete Macros): Rename section from "Obsolete Lexical Macros". |