Mercurial > emacs
changeset 16257:3cc73a430181
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 21 Sep 1996 01:25:11 +0000 |
parents | 1ce0cb94fa68 |
children | 008dd73a2005 |
files | src/indent.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/indent.c Sat Sep 21 01:21:18 1996 +0000 +++ b/src/indent.c Sat Sep 21 01:25:11 1996 +0000 @@ -800,11 +800,6 @@ into account. That is, beginning-of-line moves you to the hpos -HSCROLL + (HSCROLL > 0). - Note that FROMHPOS and TOHPOS should be expressed in real screen - columns, taking HSCROLL and the truncation glyph at the left margin - into account. That is, beginning-of-line moves you to the hpos - -HSCROLL + (HSCROLL > 0). - For example, to find the buffer position of column COL of line LINE of a certain window, pass the window's starting location as FROM and the window's upper-left coordinates as FROMVPOS and FROMHPOS.