]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/hash.texi (Creating Hash): Remove obsolete makehash.
authorGlenn Morris <rgm@gnu.org>
Thu, 4 Jun 2015 23:27:05 +0000 (19:27 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 4 Jun 2015 23:27:05 +0000 (19:27 -0400)
doc/lispref/hash.texi

index 98da321297ce64fcc135ed141158ae21339a927c..9d60cc38c25eb547d2e7ec921e09cf3220ac51d0 100644 (file)
@@ -149,14 +149,6 @@ of the nominal size.  The default for @var{threshold} is 0.8.
 @end table
 @end defun
 
-@defun 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.
-@end 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