emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 ef4aec1: ; * doc/lispref/hash.texi (Defining Hash


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ef4aec1: ; * doc/lispref/hash.texi (Defining Hash): Fix typos.
Date: Mon, 21 May 2018 14:08:57 -0400 (EDT)

branch: emacs-26
commit ef4aec14d159b1ac66f4bca97955fc6a9a9a07d6
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * doc/lispref/hash.texi (Defining Hash): Fix typos.
---
 doc/lispref/hash.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/hash.texi b/doc/lispref/hash.texi
index ddd46a5..f7d33ea 100644
--- a/doc/lispref/hash.texi
+++ b/doc/lispref/hash.texi
@@ -293,8 +293,8 @@ This function returns a hash code for Lisp object 
@var{obj}.  Its
 result reflects identity of @var{obj}, but not its contents.
 
 If two objects @var{obj1} and @var{obj2} are @code{eq}, then
address@hidden(xhash @var{obj1})} and @code{(xhash @var{obj2})} are the same
-integer.
address@hidden(sxhash-eq @var{obj1})} and @code{(sxhash-eq @var{obj2})} are
+the same integer.
 @end defun
 
 @defun sxhash-eql obj
@@ -304,8 +304,8 @@ except for the case where the object is a float number, in 
which case
 hash code is generated for the value.
 
 If two objects @var{obj1} and @var{obj2} are @code{eql}, then
address@hidden(xhash @var{obj1})} and @code{(xhash @var{obj2})} are the same
-integer.
address@hidden(sxhash-eql @var{obj1})} and @code{(sxhash-eql @var{obj2})} are
+the same integer.
 @end defun
 
   This example creates a hash table whose keys are strings that are



reply via email to

[Prev in Thread] Current Thread [Next in Thread]