[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r116085: Do not document subr-x.el in the manuals
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r116085: Do not document subr-x.el in the manuals |
Date: |
Mon, 20 Jan 2014 20:05:11 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 116085
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-20 15:05:04 -0500
message:
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.
modified:
doc/lispref/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-6155
doc/lispref/hash.texi hash.texi-20091113204419-o5vbwnq5f7feedwu-6184
etc/NEWS news-20100311060928-aoit31wvzf25yr1z-1
lisp/emacs-lisp/subr-x.el
lispemacslispsubrx.e-20131220162210-eh2g3gvs6rzsm10k-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2014-01-11 03:55:50 +0000
+++ b/doc/lispref/ChangeLog 2014-01-20 20:05:04 +0000
@@ -1,3 +1,8 @@
+2014-01-20 Glenn Morris <address@hidden>
+
+ * hash.texi (Other Hash): Do not mention subr-x.el functions;
+ reverts 2013-12-22 change.
+
2014-01-10 Stefan Monnier <address@hidden>
* functions.texi (Advising Functions): New section.
=== modified file 'doc/lispref/hash.texi'
--- a/doc/lispref/hash.texi 2014-01-10 17:54:32 +0000
+++ b/doc/lispref/hash.texi 2014-01-20 20:05:04 +0000
@@ -353,14 +353,3 @@
@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 2014-01-20 08:15:16 +0000
+++ b/etc/NEWS 2014-01-20 20:05:04 +0000
@@ -1081,12 +1081,10 @@
** 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`
=== modified file 'lisp/emacs-lisp/subr-x.el'
--- a/lisp/emacs-lisp/subr-x.el 2014-01-01 07:43:34 +0000
+++ b/lisp/emacs-lisp/subr-x.el 2014-01-20 20:05:04 +0000
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r116085: Do not document subr-x.el in the manuals,
Glenn Morris <=