+2014-01-20 Glenn Morris <rgm@gnu.org>
+
+ * hash.texi (Other Hash): Do not mention subr-x.el functions;
+ reverts 2013-12-22 change.
+
2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
* functions.texi (Advising Functions): New section.
@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.
-
-@defun hash-table-keys hash-table
-This returns a list of keys in @var{hash-table}.
-@end defun
-
-@defun hash-table-values hash-table
-This returns a list of values in @var{hash-table}.
-@end defun
** New macro `with-eval-after-load'.
This is like the old `eval-after-load', but better behaved.
-** New library subr-x.el for misc helper functions
-+++
+---
+** New library subr-x.el with miscellaneous small utility functions
*** `hash-table-keys'
-+++
*** `hash-table-values'
----
*** `string-blank-p`
*** `string-empty-p`
*** `string-join`
;; C code (like hash-tables and strings), and are not eligible for inclusion
;; in subr.el.
+;; Do not document these functions in the lispref.
+;; http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01006.html
+
;;; Code:
(defsubst hash-table-keys (hash-table)