diff options
| author | Kim F. Storm | 2006-09-20 10:14:00 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-20 10:14:00 +0000 |
| commit | a4df1f8ba8f784788b3a2716ae3d95a8ec624fc4 (patch) | |
| tree | 35dc14dea69302ff088aa05895ba48db21ebcf10 /src | |
| parent | 0e7a5039b92c43e3e80d36b933959f319a16a534 (diff) | |
| download | emacs-a4df1f8ba8f784788b3a2716ae3d95a8ec624fc4.tar.gz emacs-a4df1f8ba8f784788b3a2716ae3d95a8ec624fc4.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c5eb0bb2d6d..a311adfb715 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for | 3 | * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for |
| 4 | last visible glyph in window. | 4 | last visible glyph in window. |
| 5 | 5 | ||
| 6 | * window.c (Fset_window_hscroll, Fpos_visible_in_window_p): | 6 | * window.c (Fset_window_hscroll, Fwindow_line_height): |
| 7 | Doc fix. Use "off-window" instead of "off-screen". | 7 | Doc fix. Use "off-window" instead of "off-screen". |
| 8 | (Fpos_visible_in_window_p): Likewise. | 8 | (Fpos_visible_in_window_p): Likewise. |
| 9 | If POS is t, return info for last visible glyph in window. | 9 | If POS is t, return info for last visible glyph in window. |