aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-21 01:25:11 +0000
committerRichard M. Stallman1996-09-21 01:25:11 +0000
commitd7c64de6bfd9af5bf21e7e10bcb3feaa10a45f11 (patch)
treeafc60fef6e96a2b42a7c0d8ca8da1666b4f1d850 /src/indent.c
parent9bfd4456ce7e75f7cb62e0e28c3ed2ee2c632e87 (diff)
downloademacs-d7c64de6bfd9af5bf21e7e10bcb3feaa10a45f11.tar.gz
emacs-d7c64de6bfd9af5bf21e7e10bcb3feaa10a45f11.zip
Comment change.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/indent.c b/src/indent.c
index 2a05a3d4a65..7a13dca9d33 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -800,11 +800,6 @@ struct position val_compute_motion;
800 into account. That is, beginning-of-line moves you to the hpos 800 into account. That is, beginning-of-line moves you to the hpos
801 -HSCROLL + (HSCROLL > 0). 801 -HSCROLL + (HSCROLL > 0).
802 802
803 Note that FROMHPOS and TOHPOS should be expressed in real screen
804 columns, taking HSCROLL and the truncation glyph at the left margin
805 into account. That is, beginning-of-line moves you to the hpos
806 -HSCROLL + (HSCROLL > 0).
807
808 For example, to find the buffer position of column COL of line LINE 803 For example, to find the buffer position of column COL of line LINE
809 of a certain window, pass the window's starting location as FROM 804 of a certain window, pass the window's starting location as FROM
810 and the window's upper-left coordinates as FROMVPOS and FROMHPOS. 805 and the window's upper-left coordinates as FROMVPOS and FROMHPOS.