Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ebadb1e4
Commit
ebadb1e4
authored
Jun 05, 2002
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fset_window_hscroll): Doc fix.
parent
50496bd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/window.c
src/window.c
+4
-1
No files found.
src/ChangeLog
View file @
ebadb1e4
2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
* window.c (Fset_window_hscroll): Doc fix.
2002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* fileio.c (choose_write_coding_system): Call
...
...
src/window.c
View file @
ebadb1e4
...
...
@@ -439,7 +439,10 @@ DEFUN ("window-hscroll", Fwindow_hscroll, Swindow_hscroll, 0, 1, 0,
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.
NCOL should be zero or positive. */
)
NCOL should be zero or positive.
Note that if `automatic-hscrolling' is non-nil, you cannot scroll the
window so that the location of point becomes invisible. */
)
(
window
,
ncol
)
Lisp_Object
window
,
ncol
;
{
...
...
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