summaryrefslogtreecommitdiff
path: root/lispref/hash.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
commit827b7ee7c21894a634e217ddc40c10d865bd3536 (patch)
treef606b3b32435c20f656b25634eac5d46c2fced9e /lispref/hash.texi
parent13cad7387493267b415fa30037a510b2064aae83 (diff)
downloademacs-827b7ee7c21894a634e217ddc40c10d865bd3536.tar.gz
Put period and comma inside quotes.
Diffstat (limited to 'lispref/hash.texi')
-rw-r--r--lispref/hash.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/hash.texi b/lispref/hash.texi
index bcc9957228a..4c2c3469c86 100644
--- a/lispref/hash.texi
+++ b/lispref/hash.texi
@@ -79,13 +79,13 @@ alternatives:
Keys which are numbers are ``the same'' if they are @code{equal}, that
is, if they are equal in value and either both are integers or both
are floating point numbers; otherwise, two distinct objects are never
-``the same''.
+``the same.''
@item eq
Any two distinct Lisp objects are ``different'' as keys.
@item equal
-Two Lisp objects are ``the same'', as keys, if they are equal
+Two Lisp objects are ``the same,'' as keys, if they are equal
according to @code{equal}.
@end table