emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Mon, 13 Mar 2006 11:47:19 +0000

Index: emacs/lispref/display.texi
diff -u emacs/lispref/display.texi:1.205 emacs/lispref/display.texi:1.206
--- emacs/lispref/display.texi:1.205    Sat Mar 11 22:43:44 2006
+++ emacs/lispref/display.texi  Mon Mar 13 11:47:19 2006
@@ -800,15 +800,15 @@
 @code{line-move-ignore-invisible} is address@hidden (the default), but
 only because they are explicitly programmed to do so.
 
-  However, if a command ends with point inside or immediately after
+  However, if a command ends with point inside or immediately before
 invisible text, the main editing loop moves point further forward or
 further backward (in the same direction that the command already moved
 it) until that condition is no longer true.  Thus, if the command
 moved point back into an invisible range, Emacs moves point back to
-the beginning of that range, following the previous visible character.
-If the command moved point forward into an invisible range, Emacs
-moves point forward past the first visible character that follows the
-invisible text.
+the beginning of that range, and then back one more character.  If the
+command moved point forward into an invisible range, Emacs moves point
+forward up to the first visible character that follows the invisible
+text.
 
   Incremental search can make invisible overlays visible temporarily
 and/or permanently when a match includes invisible text.  To enable
@@ -4127,20 +4127,22 @@
 
 @defun image-load-path-for-library library image &optional path no-error
 @tindex image-load-path-for-library
-Return a suitable search path for images relative to @var{library}.
+This function returns a suitable search path for images relative to
address@hidden
 
-Images for @var{library} are searched for in @file{../../etc/images}
-and @file{../etc/images} relative to the files in
address@hidden/@var{library}} as well as in @code{image-load-path} and
address@hidden
-
-This function returns the value of @code{load-path} augmented with the
-directory containing @var{image}. If @var{path} is given, it is used
-instead of @code{load-path}. If @code{path} is @code{t}, just return
-the directory that contains @var{image}.
+First it searches for the image in a path suitable for @var{library}
+includes @file{../../etc/images} and @file{../etc/images} relative to
+the files in @file{lisp/@var{library}}, as well as in
address@hidden and @code{load-path}.
+
+Then this function returns the value of @code{load-path} augmented
+with the directory that really contains @var{image}.  If @var{path} is
+given, it is used instead of @code{load-path}.  If @var{path} is
address@hidden, then it returns just the directory that contains
address@hidden
 
-If @var{no-error} is non-nil, this function returns @code{nil} if a
-suitable path can't be found rather than signaling an error.
+If @var{no-error} is address@hidden, this function returns @code{nil}
+if a suitable path can't be found, rather than signaling an error.
 
 Here is an example that uses a common idiom to provide compatibility
 with versions of Emacs that lack the variable @code{image-load-path}:




reply via email to

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