diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-10 05:03:30 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-10 05:03:30 +0000 |
commit | c3cbbb40d04d263ecdedfb2f0994fc12d408b40c (patch) | |
tree | 429d3ebd1cf0d3bdd3d033c11f1f3b72fa5ae5af /doc/lispref/hash.texi | |
parent | fe42c16affdafcc6fdd6ef345a81b3cd9098ad93 (diff) | |
download | emacs-c3cbbb40d04d263ecdedfb2f0994fc12d408b40c.tar.gz |
(Hash Tables): End menu description with period.
Diffstat (limited to 'doc/lispref/hash.texi')
-rw-r--r-- | doc/lispref/hash.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/hash.texi b/doc/lispref/hash.texi index 878888c967c..dd785f8fd7c 100644 --- a/doc/lispref/hash.texi +++ b/doc/lispref/hash.texi @@ -50,7 +50,7 @@ of object and are used only for recording interned symbols @menu * Creating Hash:: Functions to create hash tables. * Hash Access:: Reading and writing the hash table contents. -* Defining Hash:: Defining new comparison methods +* Defining Hash:: Defining new comparison methods. * Other Hash:: Miscellaneous. @end menu |