Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5a1048a5
Commit
5a1048a5
authored
Jul 08, 2006
by
Kim F. Storm
Browse files
(Fforce_window_update): Doc fix.
parent
8c9676fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
22 deletions
+27
-22
lispref/ChangeLog
lispref/ChangeLog
+26
-21
src/window.c
src/window.c
+1
-1
No files found.
lispref/ChangeLog
View file @
5a1048a5
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.
...
...
src/window.c
View file @
5a1048a5
...
...
@@ -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. */)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment