1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-11 00:30:17 -08:00

Do not document subr-x.el in the manuals

* doc/lispref/hash.texi (Other Hash): Do not mention subr-x.el functions;
reverts 2013-12-22 change.

* lisp/emacs-lisp/subr-x.el: Comment.

* etc/NEWS: Small related edits.
This commit is contained in:
Glenn Morris 2014-01-20 15:05:04 -05:00
parent a6c4680aa2
commit 64295f83c5
4 changed files with 11 additions and 16 deletions

View file

@ -27,6 +27,9 @@
;; 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)