aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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 @@
4 * display.texi (Abstract Display): 4 * display.texi (Abstract Display):
5 Merge in some menu descriptions from elisp.texi. 5 Merge in some menu descriptions from elisp.texi.
6 6
7 * modes.texi (Multiline Font Lock): End menu description with period. 7 * hash.texi (Hash Tables):
8 * modes.texi (Multiline Font Lock):
9 End menu description with period.
8 10
92009-07-09 Glenn Morris <rgm@gnu.org> 112009-07-09 Glenn Morris <rgm@gnu.org>
10 12
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
50@menu 50@menu
51* Creating Hash:: Functions to create hash tables. 51* Creating Hash:: Functions to create hash tables.
52* Hash Access:: Reading and writing the hash table contents. 52* Hash Access:: Reading and writing the hash table contents.
53* Defining Hash:: Defining new comparison methods 53* Defining Hash:: Defining new comparison methods.
54* Other Hash:: Miscellaneous. 54* Other Hash:: Miscellaneous.
55@end menu 55@end menu
56 56