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
0cf34688
Commit
0cf34688
authored
Jul 12, 2011
by
Lars Magne Ingebrigtsen
Browse files
window.c doc fixes.
Fixes: debbugs:4199
parent
1539f173
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/window.c
src/window.c
+2
-1
No files found.
src/ChangeLog
View file @
0cf34688
2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
* window.c (Fset_window_start): Doc fix (bug#4199).
(Fset_window_hscroll): Ditto.
2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
Fix minor new problems caught by GCC 4.6.1.
...
...
src/window.c
View file @
0cf34688
...
...
@@ -683,6 +683,7 @@ WINDOW must be a live window and defaults to the selected one. */)
DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0,
doc: /* Set number of columns WINDOW is scrolled from left margin to NCOL.
If WINDOW is nil, the selected window is used.
Return NCOL. NCOL should be zero or positive.
Note that if `automatic-hscrolling' is non-nil, you cannot scroll the
...
...
@@ -1410,7 +1411,7 @@ Return POS. */)
DEFUN ("set-window-start", Fset_window_start, Sset_window_start, 2, 3, 0,
doc: /* Make display in WINDOW start at position POS in WINDOW's buffer.
WINDOW
defaults to
the selected window. Return POS.
If
WINDOW
is nil,
the selected window
is used
. Return POS.
Optional third arg NOFORCE non-nil inhibits next redisplay from
overriding motion of point in order to display at this exact start. */)
(Lisp_Object window, Lisp_Object pos, Lisp_Object noforce)
...
...
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