aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2013-12-23 07:19:42 +0800
committerXue Fuqiao2013-12-23 07:19:42 +0800
commitbb962da29aed412d70ac4b0b02bb343eb133dc88 (patch)
tree88db338ffe6f6942ed444006099679034635968c /etc
parent91dedc43f25e55b940d333ac9b341945d6b76132 (diff)
downloademacs-bb962da29aed412d70ac4b0b02bb343eb133dc88.tar.gz
emacs-bb962da29aed412d70ac4b0b02bb343eb133dc88.zip
Document `hash-table-keys and `hash-table-values'.
* doc/lispref/hash.texi (Other Hash): Document `hash-table-keys and `hash-table-values'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 374f313733d..9e694fbbdd0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -949,8 +949,11 @@ frame.
949** New macro with-eval-after-load. Like eval-after-load, but better behaved. 949** New macro with-eval-after-load. Like eval-after-load, but better behaved.
950 950
951** New library subr-x.el for misc helper functions 951** New library subr-x.el for misc helper functions
952+++
952*** `hash-table-keys' 953*** `hash-table-keys'
954+++
953*** `hash-table-values' 955*** `hash-table-values'
956
954*** `string-blank-p` 957*** `string-blank-p`
955*** `string-empty-p` 958*** `string-empty-p`
956*** `string-join` 959*** `string-join`