[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107482: Fix typos in comments.
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107482: Fix typos in comments. |
Date: |
Fri, 02 Mar 2012 14:03:08 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107482
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-03-02 14:03:08 +0200
message:
Fix typos in comments.
src/xdisp.c (redisplay_window, next_element_from_string): Fix typos in
comments.
modified:
src/ChangeLog
src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-03-02 11:35:51 +0000
+++ b/src/ChangeLog 2012-03-02 12:03:08 +0000
@@ -2,6 +2,8 @@
* xdisp.c (try_window_reusing_current_matrix): Don't move cursor
position past the first glyph_row that ends at ZV. (Bug#10902)
+ (redisplay_window, next_element_from_string): Fix typos in
+ comments.
2012-03-02 Glenn Morris <address@hidden>
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c 2012-03-02 11:35:51 +0000
+++ b/src/xdisp.c 2012-03-02 12:03:08 +0000
@@ -7362,7 +7362,7 @@
if (it->current.overlay_string_index >= 0)
{
/* Get the next character from an overlay string. In overlay
- strings, There is no field width or padding with spaces to
+ strings, there is no field width or padding with spaces to
do. */
if (IT_STRING_CHARPOS (*it) >= SCHARS (it->string))
{
@@ -15602,7 +15602,7 @@
accessible region of the buffer. This can happen when we
have just switched to a different buffer and/or changed
its restriction. In that case, startp is initialized to
- the character position 1 (BEG) because we did not yet
+ the character position 1 (BEGV) because we did not yet
have chance to display the buffer even once. */
&& BEGV <= CHARPOS (startp) && CHARPOS (startp) <= ZV)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107482: Fix typos in comments.,
Eli Zaretskii <=