summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-21 01:25:11 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-21 01:25:11 +0000
commit1931f80a488479f4678f04afa74233bc1077c6eb (patch)
tree076c6b73976a3b9671457258c794f04628f270ec
parent17894b3c60adf37f8ecd1e59930c48ed6a95fc73 (diff)
downloademacs-1931f80a488479f4678f04afa74233bc1077c6eb.tar.gz
Comment change.
-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;
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.