]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fforce_window_update): Doc fix.
authorKim F. Storm <storm@cua.dk>
Sat, 8 Jul 2006 22:28:49 +0000 (22:28 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 8 Jul 2006 22:28:49 +0000 (22:28 +0000)
lispref/ChangeLog
src/window.c

index f40e6d87f9c2416bcbd468e35513519900a83fa7..bb9ce1b001229a97f722b74803615cec1972ce0e 100644 (file)
@@ -1,39 +1,44 @@
+2006-07-09  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Refresh Screen): Clarify force-window-update.
+       (Truncation): "Normally" indicated by fringe arrows.
+
 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
 
-       * windows.texi (Textual Scrolling, Resizing Windows): 
-       * variables.texi (Constant Variables): 
+       * windows.texi (Textual Scrolling, Resizing Windows):
+       * variables.texi (Constant Variables):
        * text.texi (Buffer Contents, Deletion, Changing Properties)
        (Property Search, Special Properties, Sticky Properties)
-       (Links and Mouse-1, Fields, Change Hooks): 
+       (Links and Mouse-1, Fields, Change Hooks):
        * syntax.texi (Syntax Table Functions, Parsing Expressions)
-       (Categories): 
-       * symbols.texi (Other Plists): 
-       * streams.texi (Output Variables): 
-       * processes.texi (Input to Processes, Query Before Exit): 
-       * positions.texi (Word Motion, Text Lines, List Motion): 
+       (Categories):
+       * symbols.texi (Other Plists):
+       * streams.texi (Output Variables):
+       * processes.texi (Input to Processes, Query Before Exit):
+       * positions.texi (Word Motion, Text Lines, List Motion):
        * os.texi (Init File, System Environment, Sound Output)
-       (Session Management): 
+       (Session Management):
        * nonascii.texi (Text Representations, Character Sets)
-       (Chars and Bytes, Locales): 
-       * modes.texi (Defining Minor Modes, Header Lines): 
-       * minibuf.texi (Minibuffer Contents): 
-       * markers.texi (Information from Markers): 
-       * lists.texi (List Elements, Building Lists, Association Lists): 
-       * keymaps.texi (Tool Bar): 
-       * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash): 
-       * functions.texi (What Is a Function, Mapping Functions): 
+       (Chars and Bytes, Locales):
+       * modes.texi (Defining Minor Modes, Header Lines):
+       * minibuf.texi (Minibuffer Contents):
+       * markers.texi (Information from Markers):
+       * lists.texi (List Elements, Building Lists, Association Lists):
+       * keymaps.texi (Tool Bar):
+       * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
+       * functions.texi (What Is a Function, Mapping Functions):
        * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
        (Color Names, Text Terminal Colors, Display Feature Testing):
        * files.texi (Visiting Functions, File Name Components)
-       (Unique File Names, Contents of Directories): 
+       (Unique File Names, Contents of Directories):
        * display.texi (Forcing Redisplay, Displaying Messages)
        (Temporary Displays, Font Selection, Auto Faces)
        (Font Lookup, Fringe Indicators, Display Margins)
        (Image Descriptors, Showing Images, Image Cache, Button Types)
        (Making Buttons, Manipulating Buttons, Button Buffer Commands)
-       (Display Table Format, Glyphs): 
-       * control.texi (Iteration): 
-       * commands.texi (Command Loop Info, Adjusting Point): 
+       (Display Table Format, Glyphs):
+       * control.texi (Iteration):
+       * commands.texi (Command Loop Info, Adjusting Point):
        * backups.texi (Making Backups, Auto-Saving): Remove @tindex
        entries.
 
index 69643ec669a5071dddfdc43001ef3df560eb4a13..c68c67c0afaad829af00b4163a805d26bc9707d9 100644 (file)
@@ -3676,7 +3676,7 @@ displayed.  */)
 
 DEFUN ("force-window-update", Fforce_window_update, Sforce_window_update,
        0, 1, 0,
-       doc: /* Force redisplay of all windows.
+       doc: /* Force all windows to be updated on next redisplay.
 If optional arg OBJECT is a window, force redisplay of that window only.
 If OBJECT is a buffer or buffer name, force redisplay of all windows
 displaying that buffer.  */)