diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-04 14:50:09 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-04 14:50:59 -0700 |
commit | acae275b2752357497a2411876b83240ce7c8aec (patch) | |
tree | f933ac34ea480ea0a8071baf191cd3f30f253dcf /etc/ERC-NEWS | |
parent | d8fac734e563df1169e3d8d715cca3481dfec8ac (diff) | |
download | emacs-acae275b2752357497a2411876b83240ce7c8aec.tar.gz |
; Spelling fixes
Diffstat (limited to 'etc/ERC-NEWS')
-rw-r--r-- | etc/ERC-NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index 13827c67786..69b846884fe 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS @@ -1077,7 +1077,7 @@ major changes for implementers, and module writers: corresponding hook variables. The mapping of server commands to hook variables is no longer - done via `erc-event-to-hook', but through an #'equal hashtable, + done via `erc-event-to-hook', but through an #'equal hash table, `erc-server-responses'. In order to find a hook you do: (erc-get-hook command) |