emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ddaef07 2/2: * doc/lispref/hash.texi (Creating Hash


From: Glenn Morris
Subject: [Emacs-diffs] master ddaef07 2/2: * doc/lispref/hash.texi (Creating Hash): Remove obsolete makehash.
Date: Thu, 04 Jun 2015 23:27:11 +0000

branch: master
commit ddaef07eca8b66fd6b6ec90f3f307eca663c9af7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * doc/lispref/hash.texi (Creating Hash): Remove obsolete makehash.
---
 doc/lispref/hash.texi |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/doc/lispref/hash.texi b/doc/lispref/hash.texi
index 98da321..9d60cc3 100644
--- a/doc/lispref/hash.texi
+++ b/doc/lispref/hash.texi
@@ -149,14 +149,6 @@ of the nominal size.  The default for @var{threshold} is 
0.8.
 @end table
 @end defun
 
address@hidden makehash &optional test
-This is equivalent to @code{make-hash-table}, but with a different style
-argument list.  The argument @var{test} specifies the method
-of key lookup.
-
-This function is obsolete.  Use @code{make-hash-table} instead.
address@hidden defun
-
 You can also create a new hash table using the printed representation
 for hash tables.  The Lisp reader can read this printed
 representation, provided each element in the specified hash table has



reply via email to

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