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
4414f58f
Commit
4414f58f
authored
Oct 29, 2008
by
Martin Rudalics
Browse files
(syms_of_xdisp): Mention set-window-buffer in
doc-string of window-scroll-functions.
parent
8fef9de1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
src/ChangeLog
src/ChangeLog
+7
-0
src/xdisp.c
src/xdisp.c
+4
-3
No files found.
src/ChangeLog
View file @
4414f58f
2008-10-29 Martin Rudalics <rudalics@gmx.at>
* window.c (Fwindow_height, Fdelete_window, set_window_buffer)
(Fwindow_text_height): Clarify doc-strings.
* xdisp.c (syms_of_xdisp): Mention set-window-buffer in
doc-string of window-scroll-functions.
2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* category.c (syms_of_category): Fix typo in docstring.
...
...
src/xdisp.c
View file @
4414f58f
...
...
@@ -25059,9 +25059,10 @@ all the functions in the list are called, with the frame as argument. */);
DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
doc: /* List of functions to call before redisplaying a window with scrolling.
Each function is called with two arguments, the window
and its new display-start position. Note that the value of `window-end'
is not valid when these functions are called. */);
Each function is called with two arguments, the window and its new
display-start position. Note that these functions are also called by
`set-window-buffer'. Also note that the value of `window-end' is not
valid when these functions are called. */);
Vwindow_scroll_functions = Qnil;
DEFVAR_LISP ("window-text-change-functions",
...
...
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