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
9705fb37
Commit
9705fb37
authored
Sep 30, 2006
by
Karl Berry
Browse files
improve page/line breaks
parent
3abebd3b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
13 deletions
+17
-13
man/ChangeLog
man/ChangeLog
+8
-0
man/display.texi
man/display.texi
+1
-1
man/frames.texi
man/frames.texi
+2
-2
man/mark.texi
man/mark.texi
+6
-6
man/windows.texi
man/windows.texi
+0
-4
No files found.
man/ChangeLog
View file @
9705fb37
2006-09-29 Karl Berry <karl@gnu.org>
* windows.texi (Basic Window): remove forced @break, no longer
desirable.
* frames.texi (Frame Commands),
* mark.texi (Marking Objects): reword to avoid bad page break.
* display.texi (Auto Scrolling): use @tie{} to avoid bad line break.
2006-09-19 Richard Stallman <rms@gnu.org>
2006-09-19 Richard Stallman <rms@gnu.org>
* frames.texi (Dialog Boxes): Clean up wording: avoid passive,
* frames.texi (Dialog Boxes): Clean up wording: avoid passive,
...
...
man/display.texi
View file @
9705fb37
...
@@ -167,7 +167,7 @@ window. However, if you set @code{scroll-conservatively} to a small
...
@@ -167,7 +167,7 @@ window. However, if you set @code{scroll-conservatively} to a small
number @var{n}, then if you move point just a little off the
number @var{n}, then if you move point just a little off the
screen---less than @var{n} lines---then Emacs scrolls the text just
screen---less than @var{n} lines---then Emacs scrolls the text just
far enough to bring point back on screen. By default,
far enough to bring point back on screen. By default,
@code{scroll-conservatively} is
0.
@code{scroll-conservatively} is
@tie{}
0.
@cindex aggressive scrolling
@cindex aggressive scrolling
@vindex scroll-up-aggressively
@vindex scroll-up-aggressively
...
...
man/frames.texi
View file @
9705fb37
...
@@ -516,13 +516,13 @@ Here's a similar example for specifying a foreground color:
...
@@ -516,13 +516,13 @@ Here's a similar example for specifying a foreground color:
@kindex C-z @r{(X windows)}
@kindex C-z @r{(X windows)}
@findex iconify-or-deiconify-frame
@findex iconify-or-deiconify-frame
Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}).
Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}).
When typed on an Emacs frame's icon, deiconify instead.
The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under
The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under
a graphical display that allows multiple applications to operate
a graphical display that allows multiple applications to operate
simultaneously in their own windows, so Emacs gives @kbd{C-z} a
simultaneously in their own windows, so Emacs gives @kbd{C-z} a
different binding in that case.
different binding in that case.
If you type this command on an Emacs frame's icon, it deiconifies the frame.
@item C-x 5 0
@item C-x 5 0
@kindex C-x 5 0
@kindex C-x 5 0
@findex delete-frame
@findex delete-frame
...
...
man/mark.texi
View file @
9705fb37
...
@@ -334,11 +334,11 @@ Put region around current page (@code{mark-page}).
...
@@ -334,11 +334,11 @@ Put region around current page (@code{mark-page}).
@kbd{M-@@} (@code{mark-word}) puts the mark at the end of the next
@kbd{M-@@} (@code{mark-word}) puts the mark at the end of the next
word, while @kbd{C-M-@@} (@code{mark-sexp}) puts it at the end of the
word, while @kbd{C-M-@@} (@code{mark-sexp}) puts it at the end of the
next balanced expression (@pxref{Expressions}). These commands handle
next balanced expression (@pxref{Expressions}). These commands handle
arguments just like @kbd{M-f} and @kbd{C-M-f}.
If you r
epeat these
arguments just like @kbd{M-f} and @kbd{C-M-f}.
R
epeat
ing
these
commands
, that
extends the region. For example, you can type either
commands extends the region. For example, you can type either
@kbd{C-u 2 M-@@} or @kbd{M-@@ M-@@} to mark the next two words. Th
is
@kbd{C-u 2 M-@@} or @kbd{M-@@ M-@@} to mark the next two words. Th
ese
command also extend
s
the region
when the mark is active in Transient
command
s
also extend the region
in Transient Mark mode, regardless of
Mark mode, regardless of
the last command.
the last command.
@kindex C-x h
@kindex C-x h
@findex mark-whole-buffer
@findex mark-whole-buffer
...
@@ -347,7 +347,7 @@ buffer. For example, @kbd{M-h} (@code{mark-paragraph}) moves point to
...
@@ -347,7 +347,7 @@ buffer. For example, @kbd{M-h} (@code{mark-paragraph}) moves point to
the beginning of the paragraph that surrounds or follows point, and
the beginning of the paragraph that surrounds or follows point, and
puts the mark at the end of that paragraph (@pxref{Paragraphs}). It
puts the mark at the end of that paragraph (@pxref{Paragraphs}). It
prepares the region so you can indent, case-convert, or kill a whole
prepares the region so you can indent, case-convert, or kill a whole
paragraph. With prefix argument, if the argument's value is positive,
paragraph. With
a
prefix argument, if the argument's value is positive,
@kbd{M-h} marks that many paragraphs starting with the one surrounding
@kbd{M-h} marks that many paragraphs starting with the one surrounding
point. If the prefix argument is @minus{}@var{n}, @kbd{M-h} also
point. If the prefix argument is @minus{}@var{n}, @kbd{M-h} also
marks @var{n} paragraphs, running back form the one surrounding point.
marks @var{n} paragraphs, running back form the one surrounding point.
...
...
man/windows.texi
View file @
9705fb37
...
@@ -64,10 +64,6 @@ modification status and major and minor modes of the buffer that is
...
@@ -64,10 +64,6 @@ modification status and major and minor modes of the buffer that is
displayed in the window. The selected window's mode line appears in a
displayed in the window. The selected window's mode line appears in a
different color. @xref{Mode Line}, for full details on the mode line.
different color. @xref{Mode Line}, for full details on the mode line.
@iftex
@break
@end iftex
@node Split Window
@node Split Window
@section Splitting Windows
@section Splitting Windows
...
...
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