aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Engster2014-01-09 22:23:18 +0100
committerDavid Engster2014-01-09 22:23:18 +0100
commitd6a62260f24de4d0d89ed0cf0d69da415e275b60 (patch)
tree5ded1b942ce435ad8bf619ed998c7f342f3c3c77
parent3ca34b22ecad18b9727245b332df86adc6fe7f38 (diff)
downloademacs-d6a62260f24de4d0d89ed0cf0d69da415e275b60.tar.gz
emacs-d6a62260f24de4d0d89ed0cf0d69da415e275b60.zip
NEWS: Fix typo in last commit.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a1033b9e679..f93ff617347 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -170,7 +170,7 @@ non-nil, they output the same results.
170 170
171*** The command `describe-function' was extended for EIEIO. 171*** The command `describe-function' was extended for EIEIO.
172Running it on constructors will show a full description of the 172Running it on constructors will show a full description of the
173generated class. For generic functions, if will show all 173generated class. For generic functions, it will show all
174implementations together with links to the source. The old commands 174implementations together with links to the source. The old commands
175`describe-class', `describe-constructor' and `describe-generic' were 175`describe-class', `describe-constructor' and `describe-generic' were
176removed. 176removed.