From: Kim F. Storm Date: Sat, 8 Jul 2006 22:28:49 +0000 (+0000) Subject: (Fforce_window_update): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~1612 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a1048a5480471aaf16e1ba397f584fc45d078d0;p=emacs.git (Fforce_window_update): Doc fix. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f40e6d87f9c..bb9ce1b0012 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,39 +1,44 @@ +2006-07-09 Kim F. Storm + + * display.texi (Refresh Screen): Clarify force-window-update. + (Truncation): "Normally" indicated by fringe arrows. + 2006-07-08 Eli Zaretskii - * 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. diff --git a/src/window.c b/src/window.c index 69643ec669a..c68c67c0afa 100644 --- a/src/window.c +++ b/src/window.c @@ -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. */)