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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
04212fcb
Commit
04212fcb
authored
Jan 03, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Frecenter): Doc fix.
parent
5297fb00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
src/window.c
src/window.c
+9
-6
No files found.
src/window.c
View file @
04212fcb
...
...
@@ -4431,7 +4431,6 @@ Default for ARG is window width minus 2.")
- XINT (arg)));
}
/* Value is the number of lines actually displayed in window W,
as opposed to its height. */
...
...
@@ -4480,11 +4479,15 @@ displayed_window_lines (w)
DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P",
"Center point in window and redisplay frame. With ARG, put point on line ARG.\n\
The desired position of point is always relative to the current window.\n\
Just C-u as prefix means put point in the center of the window.\n\
If ARG is omitted or nil, erases the entire frame and then\n\
redraws with point in the center of the current window.")
"Center point in window and redisplay frame.\n\
With prefix argument ARG, recenter putting point on screen line ARG\n\
relative to the current window. If ARG is negative, it counts up from the\n\
bottom of the window. (ARG should be less than the height of the window.)\n\
\n\
If ARG is omitted or nil, erase the entire frame and then\n\
redraw with point in the center of the current window.\n\
Just C-u as prefix means put point in the center of the window\n\
and redisplay normally--don't erase and redraw the frame.")
(arg)
register Lisp_Object arg;
{
...
...
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