emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[docfix] end-of-line


From: Jesper Harder
Subject: [docfix] end-of-line
Date: Fri, 06 Feb 2004 05:53:27 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

The docstring for `end-of-line' should say
`inhibit-point-motion-hooks' rather than `inhibit-text-motion-hooks'
(which doesn't exist).


*** /home/harder/emacs/src/cmds.c.~1.90.~       Mon Sep  1 17:45:52 2003
--- /home/harder/emacs/src/cmds.c       Fri Feb  6 05:49:18 2004
***************
*** 181,187 ****
         doc: /* Move point to end of current line.
  With argument N not nil or 1, move forward N - 1 lines first.
  If point reaches the beginning or end of buffer, it stops there.
! To ignore intangibility, bind `inhibit-text-motion-hooks' to t.
  
  This command does not move point across a field boundary unless doing so
  would move beyond there to a different line; if N is nil or 1, and
--- 181,187 ----
         doc: /* Move point to end of current line.
  With argument N not nil or 1, move forward N - 1 lines first.
  If point reaches the beginning or end of buffer, it stops there.
! To ignore intangibility, bind `inhibit-point-motion-hooks' to t.
  
  This command does not move point across a field boundary unless doing so
  would move beyond there to a different line; if N is nil or 1, and

reply via email to

[Prev in Thread] Current Thread [Next in Thread]