aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
diff options
context:
space:
mode:
authorEli Zaretskii2004-02-16 19:12:46 +0000
committerEli Zaretskii2004-02-16 19:12:46 +0000
commit6ff67d57ae55795a0a468f11baf964a7cd9de3c4 (patch)
treeb39579182ea55b5a8b395235721907e2a84542cd /src/cmds.c
parentc33b76da3e3e05e396c9ed5dad711caa1a9c6962 (diff)
downloademacs-6ff67d57ae55795a0a468f11baf964a7cd9de3c4.tar.gz
emacs-6ff67d57ae55795a0a468f11baf964a7cd9de3c4.zip
(Fend_of_line): Doc fix.
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 02e9e723881..b989bab46ee 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -181,7 +181,7 @@ DEFUN ("end-of-line", Fend_of_line, Send_of_line, 0, 1, "p",
181 doc: /* Move point to end of current line. 181 doc: /* Move point to end of current line.
182With argument N not nil or 1, move forward N - 1 lines first. 182With argument N not nil or 1, move forward N - 1 lines first.
183If point reaches the beginning or end of buffer, it stops there. 183If point reaches the beginning or end of buffer, it stops there.
184To ignore intangibility, bind `inhibit-text-motion-hooks' to t. 184To ignore intangibility, bind `inhibit-point-motion-hooks' to t.
185 185
186This command does not move point across a field boundary unless doing so 186This command does not move point across a field boundary unless doing so
187would move beyond there to a different line; if N is nil or 1, and 187would move beyond there to a different line; if N is nil or 1, and