aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Berry2006-09-30 00:35:50 +0000
committerKarl Berry2006-09-30 00:35:50 +0000
commit9705fb379eac387ad4a45550a8a43f171b91afaa (patch)
tree979bf47431081e129f7f0a6cb76c44307d9634cb
parent3abebd3ba0fb75c9c116ad7275c95af0948870be (diff)
downloademacs-9705fb379eac387ad4a45550a8a43f171b91afaa.tar.gz
emacs-9705fb379eac387ad4a45550a8a43f171b91afaa.zip
improve page/line breaks
-rw-r--r--man/ChangeLog8
-rw-r--r--man/display.texi2
-rw-r--r--man/frames.texi4
-rw-r--r--man/mark.texi12
-rw-r--r--man/windows.texi4
5 files changed, 17 insertions, 13 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 56a9b542616..eb6bf9bce0c 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,11 @@
12006-09-29 Karl Berry <karl@gnu.org>
2
3 * windows.texi (Basic Window): remove forced @break, no longer
4 desirable.
5 * frames.texi (Frame Commands),
6 * mark.texi (Marking Objects): reword to avoid bad page break.
7 * display.texi (Auto Scrolling): use @tie{} to avoid bad line break.
8
12006-09-19 Richard Stallman <rms@gnu.org> 92006-09-19 Richard Stallman <rms@gnu.org>
2 10
3 * frames.texi (Dialog Boxes): Clean up wording: avoid passive, 11 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
diff --git a/man/display.texi b/man/display.texi
index 74d2ba5eb62..73d91dfb1f2 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -167,7 +167,7 @@ window. However, if you set @code{scroll-conservatively} to a small
167number @var{n}, then if you move point just a little off the 167number @var{n}, then if you move point just a little off the
168screen---less than @var{n} lines---then Emacs scrolls the text just 168screen---less than @var{n} lines---then Emacs scrolls the text just
169far enough to bring point back on screen. By default, 169far enough to bring point back on screen. By default,
170@code{scroll-conservatively} is 0. 170@code{scroll-conservatively} is@tie{}0.
171 171
172@cindex aggressive scrolling 172@cindex aggressive scrolling
173@vindex scroll-up-aggressively 173@vindex scroll-up-aggressively
diff --git a/man/frames.texi b/man/frames.texi
index eda8148a63d..f3191014434 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -516,13 +516,13 @@ Here's a similar example for specifying a foreground color:
516@kindex C-z @r{(X windows)} 516@kindex C-z @r{(X windows)}
517@findex iconify-or-deiconify-frame 517@findex iconify-or-deiconify-frame
518Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}). 518Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}).
519When typed on an Emacs frame's icon, deiconify instead.
520
519The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under 521The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under
520a graphical display that allows multiple applications to operate 522a graphical display that allows multiple applications to operate
521simultaneously in their own windows, so Emacs gives @kbd{C-z} a 523simultaneously in their own windows, so Emacs gives @kbd{C-z} a
522different binding in that case. 524different binding in that case.
523 525
524If you type this command on an Emacs frame's icon, it deiconifies the frame.
525
526@item C-x 5 0 526@item C-x 5 0
527@kindex C-x 5 0 527@kindex C-x 5 0
528@findex delete-frame 528@findex delete-frame
diff --git a/man/mark.texi b/man/mark.texi
index 2736dccd297..e39800ab1b5 100644
--- a/man/mark.texi
+++ b/man/mark.texi
@@ -334,11 +334,11 @@ Put region around current page (@code{mark-page}).
334@kbd{M-@@} (@code{mark-word}) puts the mark at the end of the next 334@kbd{M-@@} (@code{mark-word}) puts the mark at the end of the next
335word, while @kbd{C-M-@@} (@code{mark-sexp}) puts it at the end of the 335word, while @kbd{C-M-@@} (@code{mark-sexp}) puts it at the end of the
336next balanced expression (@pxref{Expressions}). These commands handle 336next balanced expression (@pxref{Expressions}). These commands handle
337arguments just like @kbd{M-f} and @kbd{C-M-f}. If you repeat these 337arguments just like @kbd{M-f} and @kbd{C-M-f}. Repeating these
338commands, that extends the region. For example, you can type either 338commands extends the region. For example, you can type either
339@kbd{C-u 2 M-@@} or @kbd{M-@@ M-@@} to mark the next two words. This 339@kbd{C-u 2 M-@@} or @kbd{M-@@ M-@@} to mark the next two words. These
340command also extends the region when the mark is active in Transient 340commands also extend the region in Transient Mark mode, regardless of
341Mark mode, regardless of the last command. 341the last command.
342 342
343@kindex C-x h 343@kindex C-x h
344@findex mark-whole-buffer 344@findex mark-whole-buffer
@@ -347,7 +347,7 @@ buffer. For example, @kbd{M-h} (@code{mark-paragraph}) moves point to
347the beginning of the paragraph that surrounds or follows point, and 347the beginning of the paragraph that surrounds or follows point, and
348puts the mark at the end of that paragraph (@pxref{Paragraphs}). It 348puts the mark at the end of that paragraph (@pxref{Paragraphs}). It
349prepares the region so you can indent, case-convert, or kill a whole 349prepares the region so you can indent, case-convert, or kill a whole
350paragraph. With prefix argument, if the argument's value is positive, 350paragraph. With a prefix argument, if the argument's value is positive,
351@kbd{M-h} marks that many paragraphs starting with the one surrounding 351@kbd{M-h} marks that many paragraphs starting with the one surrounding
352point. If the prefix argument is @minus{}@var{n}, @kbd{M-h} also 352point. If the prefix argument is @minus{}@var{n}, @kbd{M-h} also
353marks @var{n} paragraphs, running back form the one surrounding point. 353marks @var{n} paragraphs, running back form the one surrounding point.
diff --git a/man/windows.texi b/man/windows.texi
index afb9f4273e6..43609b4abdb 100644
--- a/man/windows.texi
+++ b/man/windows.texi
@@ -64,10 +64,6 @@ modification status and major and minor modes of the buffer that is
64displayed in the window. The selected window's mode line appears in a 64displayed in the window. The selected window's mode line appears in a
65different color. @xref{Mode Line}, for full details on the mode line. 65different color. @xref{Mode Line}, for full details on the mode line.
66 66
67@iftex
68@break
69@end iftex
70
71@node Split Window 67@node Split Window
72@section Splitting Windows 68@section Splitting Windows
73 69