emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115700: Document `hash-table-keys and `hash-table-v


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115700: Document `hash-table-keys and `hash-table-values'.
Date: Sun, 22 Dec 2013 23:19:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115700
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-23 07:19:42 +0800
message:
  Document `hash-table-keys and `hash-table-values'.
  
  * doc/lispref/hash.texi (Other Hash): Document `hash-table-keys and
  `hash-table-values'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/hash.texi          hash.texi-20091113204419-o5vbwnq5f7feedwu-6184
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-12-22 18:17:20 +0000
+++ b/doc/lispref/ChangeLog     2013-12-22 23:19:42 +0000
@@ -1,3 +1,7 @@
+2013-12-22  Xue Fuqiao  <address@hidden>
+
+       * hash.texi (Other Hash): Document `hash-table-keys and 
`hash-table-values'.
+
 2013-12-22  Eli Zaretskii  <address@hidden>
 
        * nonascii.texi (Character Properties): NAME or OLD-NAME

=== modified file 'doc/lispref/hash.texi'
--- a/doc/lispref/hash.texi     2013-01-03 18:38:55 +0000
+++ b/doc/lispref/hash.texi     2013-12-22 23:19:42 +0000
@@ -353,3 +353,14 @@
 @defun hash-table-size table
 This returns the current nominal size of @var{table}.
 @end defun
+
+The following two functions are provided by the @file{subr-x} library.
+To use them, you need to load this library first.
+
address@hidden hash-table-keys hash-table
+This returns a list of keys in @var{hash-table}.
address@hidden defun
+
address@hidden hash-table-values hash-table
+This returns a list of values in @var{hash-table}.
address@hidden defun

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-22 07:11:05 +0000
+++ b/etc/NEWS  2013-12-22 23:19:42 +0000
@@ -949,8 +949,11 @@
 ** New macro with-eval-after-load.  Like eval-after-load, but better behaved.
 
 ** New library subr-x.el for misc helper functions
++++
 *** `hash-table-keys'
++++
 *** `hash-table-values'
+
 *** `string-blank-p`
 *** `string-empty-p`
 *** `string-join`


reply via email to

[Prev in Thread] Current Thread [Next in Thread]