comparison lisp/simple.el @ 100880:c30d9af11159

Minor doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 04 Jan 2009 08:03:23 +0000
parents e66926f7879f
children 47e78f883705
comparison
equal deleted inserted replaced
100879:cca2b8bf75d1 100880:c30d9af11159
4296 (while (and (not (bolp)) (invisible-p (1- (point)))) 4296 (while (and (not (bolp)) (invisible-p (1- (point))))
4297 (goto-char (previous-char-property-change (point) line-beg)))))))) 4297 (goto-char (previous-char-property-change (point) line-beg))))))))
4298 4298
4299 (defun move-end-of-line (arg) 4299 (defun move-end-of-line (arg)
4300 "Move point to end of current line as displayed. 4300 "Move point to end of current line as displayed.
4301 \(If there's an image in the line, this disregards newlines
4302 which are part of the text that the image rests on.)
4303
4304 With argument ARG not nil or 1, move forward ARG - 1 lines first. 4301 With argument ARG not nil or 1, move forward ARG - 1 lines first.
4305 If point reaches the beginning or end of buffer, it stops there. 4302 If point reaches the beginning or end of buffer, it stops there.
4306 To ignore intangibility, bind `inhibit-point-motion-hooks' to t." 4303
4304 To ignore the effects of the `intangible' text or overlay
4305 property, bind `inhibit-point-motion-hooks' to t.
4306 If there is an image in the current line, this function
4307 disregards newlines that are part of the text on which the image
4308 rests."
4307 (interactive "^p") 4309 (interactive "^p")
4308 (or arg (setq arg 1)) 4310 (or arg (setq arg 1))
4309 (let (done) 4311 (let (done)
4310 (while (not done) 4312 (while (not done)
4311 (let ((newpos 4313 (let ((newpos