aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
diff options
context:
space:
mode:
authorKaroly Lorentey2004-02-18 17:10:32 +0000
committerKaroly Lorentey2004-02-18 17:10:32 +0000
commitac3d262560b0182146962f183d32725602d82f3c (patch)
tree735abbd9cd9e245ed6ce33240d260ccfc2e5e5f2 /src/cmds.c
parente581a4668750ed98d77f13500c983439770ec600 (diff)
parent58ec79cfdf24cf6fa662768a42931ca042c54f85 (diff)
downloademacs-ac3d262560b0182146962f183d32725602d82f3c.tar.gz
emacs-ac3d262560b0182146962f183d32725602d82f3c.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-98 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-99 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-100 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-101 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-102 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-78
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