diff options
| author | Glenn Morris | 2015-06-04 19:27:05 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-06-04 19:27:05 -0400 |
| commit | ddaef07eca8b66fd6b6ec90f3f307eca663c9af7 (patch) | |
| tree | 3594f3e77763e926cc9c3e181f8758744d932855 | |
| parent | cc88cb8ac4b0e25a36c79b2c3e30ebc214e34bf5 (diff) | |
| download | emacs-ddaef07eca8b66fd6b6ec90f3f307eca663c9af7.tar.gz emacs-ddaef07eca8b66fd6b6ec90f3f307eca663c9af7.zip | |
* doc/lispref/hash.texi (Creating Hash): Remove obsolete makehash.
| -rw-r--r-- | 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 98da321297c..9d60cc38c25 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. | |||
| 149 | @end table | 149 | @end table |
| 150 | @end defun | 150 | @end defun |
| 151 | 151 | ||
| 152 | @defun makehash &optional test | ||
| 153 | This is equivalent to @code{make-hash-table}, but with a different style | ||
| 154 | argument list. The argument @var{test} specifies the method | ||
| 155 | of key lookup. | ||
| 156 | |||
| 157 | This function is obsolete. Use @code{make-hash-table} instead. | ||
| 158 | @end defun | ||
| 159 | |||
| 160 | You can also create a new hash table using the printed representation | 152 | You can also create a new hash table using the printed representation |
| 161 | for hash tables. The Lisp reader can read this printed | 153 | for hash tables. The Lisp reader can read this printed |
| 162 | representation, provided each element in the specified hash table has | 154 | representation, provided each element in the specified hash table has |