emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117128: src/lisp.h: Fix typos in a comment.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117128: src/lisp.h: Fix typos in a comment.
Date: Mon, 19 May 2014 16:59:49 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117128
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-05-19 19:59:50 +0300
message:
  src/lisp.h: Fix typos in a comment.
modified:
  src/lisp.h                     lisp.h-20091113204419-o5vbwnq5f7feedwu-253
=== modified file 'src/lisp.h'
--- a/src/lisp.h        2014-04-16 13:27:28 +0000
+++ b/src/lisp.h        2014-05-19 16:59:50 +0000
@@ -1712,8 +1712,8 @@
      ratio, a float.  */
   Lisp_Object rehash_threshold;
 
-  /* Vector of hash codes.. If hash[I] is nil, this means that that
-     entry I is unused.  */
+  /* Vector of hash codes.  If hash[I] is nil, this means that the
+     I-th entry is unused.  */
   Lisp_Object hash;
 
   /* Vector used to chain entries.  If entry I is free, next[I] is the


reply via email to

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