emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp simple.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp simple.el
Date: Sun, 04 Jan 2009 08:03:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/04 08:03:23

Modified files:
        lisp           : simple.el 

Log message:
        Minor doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.962&r2=1.963

Patches:
Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.962
retrieving revision 1.963
diff -u -b -r1.962 -r1.963
--- simple.el   1 Jan 2009 09:14:45 -0000       1.962
+++ simple.el   4 Jan 2009 08:03:23 -0000       1.963
@@ -4298,12 +4298,14 @@
 
 (defun move-end-of-line (arg)
   "Move point to end of current line as displayed.
-\(If there's an image in the line, this disregards newlines
-which are part of the text that the image rests on.)
-
 With argument ARG not nil or 1, move forward ARG - 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."
+
+To ignore the effects of the `intangible' text or overlay
+property, bind `inhibit-point-motion-hooks' to t.
+If there is an image in the current line, this function
+disregards newlines that are part of the text on which the image
+rests."
   (interactive "^p")
   (or arg (setq arg 1))
   (let (done)




reply via email to

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