summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-10 05:03:30 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-10 05:03:30 +0000
commitc3cbbb40d04d263ecdedfb2f0994fc12d408b40c (patch)
tree429d3ebd1cf0d3bdd3d033c11f1f3b72fa5ae5af /doc
parentfe42c16affdafcc6fdd6ef345a81b3cd9098ad93 (diff)
downloademacs-c3cbbb40d04d263ecdedfb2f0994fc12d408b40c.tar.gz
(Hash Tables): End menu description with period.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/hash.texi2
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index be6f67c63a2..b5f5a8fb0fb 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -4,7 +4,9 @@
* display.texi (Abstract Display):
Merge in some menu descriptions from elisp.texi.
- * modes.texi (Multiline Font Lock): End menu description with period.
+ * hash.texi (Hash Tables):
+ * modes.texi (Multiline Font Lock):
+ End menu description with period.
2009-07-09 Glenn Morris <rgm@gnu.org>
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