diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-20 15:05:04 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-20 15:05:04 -0500 |
commit | 64295f83c54c66e4ae5ec506043e3a7489e53215 (patch) | |
tree | 7d6f1beb8e503b224dc0c23e7968adc0ddb89587 /lisp/emacs-lisp | |
parent | a6c4680aa241f3599a2d7cf93a977c338b52c062 (diff) | |
download | emacs-64295f83c54c66e4ae5ec506043e3a7489e53215.tar.gz |
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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/subr-x.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index 237d42ce4b7..69a7e9f2238 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el @@ -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) |