diff options
| author | Jason Rumney | 2008-07-23 14:00:05 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-23 14:00:05 +0000 |
| commit | f0492e5ff5fe3f380bbbf8e902120fa9b52a35fe (patch) | |
| tree | 1c8078429050651c88c11efe4d3eb8f379acdd32 | |
| parent | 597634cbfbe4bd6020dc4aefa89e0f0ae7317244 (diff) | |
| download | emacs-f0492e5ff5fe3f380bbbf8e902120fa9b52a35fe.tar.gz emacs-f0492e5ff5fe3f380bbbf8e902120fa9b52a35fe.zip | |
(right_overwritten): Doc fix
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 84908f71cf4..a8967b2d6be 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -19955,7 +19955,7 @@ left_overwriting (s) | |||
| 19955 | 19955 | ||
| 19956 | 19956 | ||
| 19957 | /* Return the index of the last glyph following glyph string S that is | 19957 | /* Return the index of the last glyph following glyph string S that is |
| 19958 | not overwritten by S because of S's right overhang. Value is -1 if | 19958 | overwritten by S because of S's right overhang. Value is -1 if |
| 19959 | no such glyph is found. */ | 19959 | no such glyph is found. */ |
| 19960 | 19960 | ||
| 19961 | static int | 19961 | static int |