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
5a72551e
Commit
5a72551e
authored
Feb 02, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fenlarge_window, Fshrink_window): Doc fix.
parent
fb758d2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/window.c
src/window.c
+4
-2
No files found.
src/ChangeLog
View file @
5a72551e
2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
* window.c (Fenlarge_window, Fshrink_window): Doc fix.
2001-02-01 Gerd Moellmann <gerd@gnu.org>
* search.c (search_buffer): Call set_search_regs with a byte
...
...
src/window.c
View file @
5a72551e
...
...
@@ -3298,7 +3298,8 @@ SIZE includes that window's scroll bar, or the divider column to its right.")
DEFUN
(
"enlarge-window"
,
Fenlarge_window
,
Senlarge_window
,
1
,
2
,
"p"
,
"Make current window ARG lines bigger.
\n
\
From program, optional second arg non-nil means grow sideways ARG columns."
)
From program, optional second arg non-nil means grow sideways ARG columns.
\n
\
Interactively, if an argument is not given, make the window one line bigger."
)
(
arg
,
side
)
register
Lisp_Object
arg
,
side
;
{
...
...
@@ -3313,7 +3314,8 @@ From program, optional second arg non-nil means grow sideways ARG columns.")
DEFUN
(
"shrink-window"
,
Fshrink_window
,
Sshrink_window
,
1
,
2
,
"p"
,
"Make current window ARG lines smaller.
\n
\
From program, optional second arg non-nil means shrink sideways arg columns."
)
From program, optional second arg non-nil means shrink sideways arg columns.
\n
\
Interactively, if an argument is not given, make the window one line smaller."
)
(
arg
,
side
)
register
Lisp_Object
arg
,
side
;
{
...
...
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