aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Berry2006-07-03 18:17:21 +0000
committerKarl Berry2006-07-03 18:17:21 +0000
commit444246ca3894cda71f5ce221bd6d7f2b0ae22b02 (patch)
treecec3b7b511ad969a942cb4ccf57858945a01f397
parent33cd9ed842f61a8769458b6f1aba6193f9efc52e (diff)
downloademacs-444246ca3894cda71f5ce221bd6d7f2b0ae22b02.tar.gz
emacs-444246ca3894cda71f5ce221bd6d7f2b0ae22b02.zip
fix overfull/underfull boxes
-rw-r--r--man/ChangeLog9
-rw-r--r--man/abbrevs.texi2
-rw-r--r--man/buffers.texi2
-rw-r--r--man/building.texi16
-rw-r--r--man/calendar.texi3
-rw-r--r--man/cmdargs.texi10
-rw-r--r--man/custom.texi14
-rw-r--r--man/dired.texi10
-rw-r--r--man/emacs.texi1
-rw-r--r--man/macos.texi16
-rw-r--r--man/maintaining.texi4
-rw-r--r--man/misc.texi14
-rw-r--r--man/msdog.texi2
-rw-r--r--man/mule.texi2
-rw-r--r--man/programs.texi4
-rw-r--r--man/rmail.texi42
-rw-r--r--man/sending.texi14
-rw-r--r--man/text.texi14
18 files changed, 95 insertions, 84 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 35b46925752..2d0cab40604 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12006-07-03 Karl Berry <karl@gnu.org>
2
3 * emacs.texi (\hbadness): set to 6000 so we aren't bothered by
4 not-too-underfull hboxes in the TeX output.
5 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
6 cmdargs.texi, custom.texi, dired.texi, macos.texi,
7 maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
8 sending.texi, text.texi: fix overfull/underfull boxes.
9
12006-07-03 Romain Francoise <romain@orebokech.com> 102006-07-03 Romain Francoise <romain@orebokech.com>
2 11
3 * m-x.texi (M-x): Fix. 12 * m-x.texi (M-x): Fix.
diff --git a/man/abbrevs.texi b/man/abbrevs.texi
index 31d9b933661..3aac1df50d8 100644
--- a/man/abbrevs.texi
+++ b/man/abbrevs.texi
@@ -212,7 +212,7 @@ to turn on Abbrev mode first. It may also be useful together with a
212special set of abbrev definitions for making several global replacements at 212special set of abbrev definitions for making several global replacements at
213once. This command is effective even if Abbrev mode is not enabled. 213once. This command is effective even if Abbrev mode is not enabled.
214 214
215 Expanding an abbrev runs the hook @code{pre-abbrev-expand-hook} 215 Expanding any abbrev first runs the hook @code{pre-abbrev-expand-hook}
216(@pxref{Hooks}). 216(@pxref{Hooks}).
217 217
218@need 1500 218@need 1500
diff --git a/man/buffers.texi b/man/buffers.texi
index da05b979ed0..8ff76e2f519 100644
--- a/man/buffers.texi
+++ b/man/buffers.texi
@@ -575,7 +575,7 @@ buffer name. To select one, customize the variable
575 575
576 For instance, the @code{forward} naming method puts part of the 576 For instance, the @code{forward} naming method puts part of the
577directory name at the beginning of the buffer name; using this method, 577directory name at the beginning of the buffer name; using this method,
578buffers visiting @file{/u/mernst/tmp/Makefile} and 578buffers visiting @file{/u/rms/tmp/Makefile} and
579@file{/usr/projects/zaphod/Makefile} would be named 579@file{/usr/projects/zaphod/Makefile} would be named
580@samp{tmp/Makefile} and @samp{zaphod/Makefile}, respectively (instead 580@samp{tmp/Makefile} and @samp{zaphod/Makefile}, respectively (instead
581of @samp{Makefile} and @samp{Makefile<2>}). 581of @samp{Makefile} and @samp{Makefile<2>}).
diff --git a/man/building.texi b/man/building.texi
index b55fc1e47c6..b46994d486f 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -111,7 +111,7 @@ line of the @samp{*compilation*} buffer changes to say @samp{exit}
111@samp{run}. 111@samp{run}.
112 112
113@findex kill-compilation 113@findex kill-compilation
114 Starting a new compilation also kills any compilation 114 Starting a new compilation also kills any compilation already
115running in @samp{*compilation*}, as the buffer can only handle one 115running in @samp{*compilation*}, as the buffer can only handle one
116compilation at any time. However, @kbd{M-x compile} asks for 116compilation at any time. However, @kbd{M-x compile} asks for
117confirmation before actually killing a compilation that is running. 117confirmation before actually killing a compilation that is running.
@@ -850,21 +850,17 @@ you are debugging.
850 If @code{gdb-many-windows} is non-@code{nil}, then @kbd{M-x gdb} 850 If @code{gdb-many-windows} is non-@code{nil}, then @kbd{M-x gdb}
851displays the following frame layout: 851displays the following frame layout:
852 852
853@example 853@smallexample
854@group
854+--------------------------------+--------------------------------+ 855+--------------------------------+--------------------------------+
855| | |
856| GUD buffer (I/O of GDB) | Locals buffer | 856| GUD buffer (I/O of GDB) | Locals buffer |
857| | |
858|--------------------------------+--------------------------------+ 857|--------------------------------+--------------------------------+
859| | |
860| Source buffer | I/O buffer for debugged pgm | 858| Source buffer | I/O buffer for debugged pgm |
861| | |
862|--------------------------------+--------------------------------+ 859|--------------------------------+--------------------------------+
863| | |
864| Stack buffer | Breakpoints buffer | 860| Stack buffer | Breakpoints buffer |
865| | |
866+--------------------------------+--------------------------------+ 861+--------------------------------+--------------------------------+
867@end example 862@end group
863@end smallexample
868 864
869 However, if @code{gdb-use-separate-io-buffer} is @code{nil}, the I/O 865 However, if @code{gdb-use-separate-io-buffer} is @code{nil}, the I/O
870buffer does not appear and the source buffer occupies the full width 866buffer does not appear and the source buffer occupies the full width
@@ -1322,7 +1318,7 @@ change. This keeps the Lisp world in step with the source file.
1322@vindex eval-expression-print-level 1318@vindex eval-expression-print-level
1323@vindex eval-expression-print-length 1319@vindex eval-expression-print-length
1324@vindex eval-expression-debug-on-error 1320@vindex eval-expression-debug-on-error
1325The customizable variables @code{eval-expression-print-level} and 1321 The two customizable variables @code{eval-expression-print-level} and
1326@code{eval-expression-print-length} control the maximum depth and length 1322@code{eval-expression-print-length} control the maximum depth and length
1327of lists to print in the result of the evaluation commands before 1323of lists to print in the result of the evaluation commands before
1328abbreviating them. @code{eval-expression-debug-on-error} controls 1324abbreviating them. @code{eval-expression-debug-on-error} controls
diff --git a/man/calendar.texi b/man/calendar.texi
index 3a7a21cb6fc..32a53372a2b 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -1500,7 +1500,8 @@ iCalendar data; for example with the Rmail mail client one could use:
1500and adds the results to an Emacs diary file. For example: 1500and adds the results to an Emacs diary file. For example:
1501 1501
1502@example 1502@example
1503(icalendar-import-file "/here/is/calendar.ics" "/there/goes/ical-diary") 1503(icalendar-import-file "/here/is/calendar.ics"
1504 "/there/goes/ical-diary")
1504@end example 1505@end example
1505 1506
1506@noindent 1507@noindent
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index 85e0439c44a..56bc8874b4d 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -653,15 +653,15 @@ changing any environment or registry settings.
653@pindex addpm, MS-Windows installation program 653@pindex addpm, MS-Windows installation program
654@cindex registry, setting environment variables and resources on MS-Windows 654@cindex registry, setting environment variables and resources on MS-Windows
655 655
656On MS-Windows, the installation program @command{addpm.exe} adds values 656Under MS-Windows, the installation program @command{addpm.exe} adds
657for @env{emacs_dir}, @env{EMACSLOADPATH}, @env{EMACSDATA}, 657values for @env{emacs_dir}, @env{EMACSLOADPATH}, @env{EMACSDATA},
658@env{EMACSPATH}, @env{EMACSDOC}, @env{SHELL} and @env{TERM} to the 658@env{EMACSPATH}, @env{EMACSDOC}, @env{SHELL} and @env{TERM} to the
659@file{HKEY_LOCAL_MACHINE} section of the system registry, under 659@file{HKEY_LOCAL_MACHINE} section of the system registry, under
660@file{/Software/GNU/Emacs}. It does this because there is no standard 660@file{/Software/GNU/Emacs}. It does this because there is no standard
661place to set environment variables across different versions of 661place to set environment variables across different versions of
662Windows. Running @command{addpm.exe} is no longer strictly 662Windows. Running @command{addpm.exe} is no longer strictly necessary
663necessary in recent versions of Emacs, but if you are upgrading from 663in recent versions of Emacs, but if you are upgrading from an older
664an older version, running @command{addpm.exe} ensures that you do not have 664version, running @command{addpm.exe} ensures that you do not have
665older registry entries from a previous installation, which may not be 665older registry entries from a previous installation, which may not be
666compatible with the latest version of Emacs. 666compatible with the latest version of Emacs.
667 667
diff --git a/man/custom.texi b/man/custom.texi
index 2c6a21625bc..f0f8fcee398 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -664,12 +664,12 @@ appear as well (even if not already loaded). However, the subgroups'
664own contents are not included. 664own contents are not included.
665 665
666@findex customize-apropos 666@findex customize-apropos
667 To control more precisely what to customize, you can use @kbd{M-x 667 For a more general way of controlling what to customize, you can use
668customize-apropos}. You specify a regular expression as argument; 668@kbd{M-x customize-apropos}. You specify a regular expression as
669then all @emph{loaded} settings and groups whose names match this 669argument; then all @emph{loaded} settings and groups whose names match
670regular expression are set up in the customization buffer. If you 670this regular expression are set up in the customization buffer. If
671specify an empty regular expression, this includes @emph{all} loaded 671you specify an empty regular expression, this includes @emph{all}
672groups and settings---which takes a long time to set up. 672loaded groups and settings---which takes a long time to set up.
673 673
674@findex customize-changed 674@findex customize-changed
675 When you upgrade to a new Emacs version, you might want to consider 675 When you upgrade to a new Emacs version, you might want to consider
@@ -1482,7 +1482,7 @@ just like @key{RET}. This is used mainly for Mocklisp compatibility.
1482@code{minibuffer-local-must-match-map} is for strict completion and 1482@code{minibuffer-local-must-match-map} is for strict completion and
1483for cautious completion. 1483for cautious completion.
1484@item 1484@item
1485@code{minibuffer-local-filename-completion-map} and 1485Finally, @code{minibuffer-local-filename-completion-map} and
1486@code{minibuffer-local-must-match-filename-map} are like the two 1486@code{minibuffer-local-must-match-filename-map} are like the two
1487previous ones, but they are specifically for file name completion. 1487previous ones, but they are specifically for file name completion.
1488They do not bind @key{SPC}. 1488They do not bind @key{SPC}.
diff --git a/man/dired.texi b/man/dired.texi
index f92eccf9b49..b53a5cfec9f 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -1215,11 +1215,11 @@ function @code{file-attributes}). This expression is evaluated for
1215each pair of like-named files, and if the expression's value is 1215each pair of like-named files, and if the expression's value is
1216non-@code{nil}, those files are considered ``different''. 1216non-@code{nil}, those files are considered ``different''.
1217 1217
1218 For instance, @code{M-x dired-compare-directories @key{RET} (> 1218 For instance, the sequence @code{M-x dired-compare-directories
1219mtime1 mtime2) @key{RET}} marks files newer in this directory than in 1219@key{RET} (> mtime1 mtime2) @key{RET}} marks files newer in this
1220the other, and marks files older in the other directory than in this 1220directory than in the other, and marks files older in the other
1221one. It also marks files with no counterpart, in both directories, as 1221directory than in this one. It also marks files with no counterpart,
1222always. 1222in both directories, as always.
1223 1223
1224@cindex drag and drop, Dired 1224@cindex drag and drop, Dired
1225 On the X window system, Emacs supports the ``drag and drop'' 1225 On the X window system, Emacs supports the ``drag and drop''
diff --git a/man/emacs.texi b/man/emacs.texi
index 5154f5f9cba..b92d3f25205 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -47,6 +47,7 @@ Software Foundation raise funds for GNU development.''
47@c Do this inside @tex for now, so current makeinfo does not complain. 47@c Do this inside @tex for now, so current makeinfo does not complain.
48@tex 48@tex
49@fonttextsize 10 49@fonttextsize 10
50\global\hbadness=6000 % don't worry about not-too-underfull boxes
50@end tex 51@end tex
51 52
52@defcodeindex op 53@defcodeindex op
diff --git a/man/macos.texi b/man/macos.texi
index 347149a4db0..d097b32bd38 100644
--- a/man/macos.texi
+++ b/man/macos.texi
@@ -312,12 +312,16 @@ characters other than Chinese, Japanese, and Korean ones are drawn using
312the former by default. 312the former by default.
313 313
314 @acronym{ATSUI}-compatible fonts have maker name @code{apple} and 314 @acronym{ATSUI}-compatible fonts have maker name @code{apple} and
315charset @code{iso10646-1}. For example 12-point Monaco can be specified 315charset @code{iso10646-1}. For example, 12-point Monaco can be specified
316by the name 316by the name:
317@samp{-apple-monaco-medium-r-normal--12-*-*-*-*-*-iso10646-1}. Note 317
318that it must be specified in a format containing 14 @samp{-}s (i.e., not 318@example
319by @samp{-apple-monaco-medium-r-normal--12-*-iso10646-1}) because every 319-apple-monaco-medium-r-normal--12-*-*-*-*-*-iso10646-1
320@acronym{ATSUI}-compatible font is a scalable one. 320@end example
321
322Note that it must be specified in a format containing 14 @samp{-}s
323(e.g., not by @samp{-apple-monaco-medium-r-normal--12-*-iso10646-1}),
324because every @acronym{ATSUI}-compatible font is a scalable one.
321 325
322 QuickDraw Text fonts have maker name @code{apple} and various charset 326 QuickDraw Text fonts have maker name @code{apple} and various charset
323names other than @code{iso10646-1}. Native Apple fonts in Mac Roman 327names other than @code{iso10646-1}. Native Apple fonts in Mac Roman
diff --git a/man/maintaining.texi b/man/maintaining.texi
index 42af2f93aeb..cff12dfb026 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -119,11 +119,11 @@ between them.
119 You should put a copyright notice and permission notice at the 119 You should put a copyright notice and permission notice at the
120end of the change log file. Here is an example: 120end of the change log file. Here is an example:
121 121
122@example 122@smallexample
123Copyright 1997, 1998 Free Software Foundation, Inc. 123Copyright 1997, 1998 Free Software Foundation, Inc.
124Copying and distribution of this file, with or without modification, are 124Copying and distribution of this file, with or without modification, are
125permitted provided the copyright notice and this notice are preserved. 125permitted provided the copyright notice and this notice are preserved.
126@end example 126@end smallexample
127 127
128@noindent 128@noindent
129Of course, you should substitute the proper years and copyright holder. 129Of course, you should substitute the proper years and copyright holder.
diff --git a/man/misc.texi b/man/misc.texi
index b1e31024de1..9821149a459 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1331,7 +1331,7 @@ automatically when you finish with them.
1331@subsection Invoking @code{emacsclient} 1331@subsection Invoking @code{emacsclient}
1332 1332
1333 To run the @code{emacsclient} program, specify file names as arguments, 1333 To run the @code{emacsclient} program, specify file names as arguments,
1334and optionally line numbers as well. Do it like this: 1334and optionally line numbers as well, like this:
1335 1335
1336@example 1336@example
1337emacsclient @r{@{}@r{[}+@var{line}@r{[}@var{column}@r{]}@r{]} @var{filename}@r{@}}@dots{} 1337emacsclient @r{@{}@r{[}+@var{line}@r{[}@var{column}@r{]}@r{]} @var{filename}@r{@}}@dots{}
@@ -1352,10 +1352,10 @@ return.
1352@code{emacsclient}, then it returns immediately. (You can take as 1352@code{emacsclient}, then it returns immediately. (You can take as
1353long as you like to edit the files in Emacs.) 1353long as you like to edit the files in Emacs.)
1354 1354
1355 The option @samp{--alternate-editor=@var{command}} is useful when 1355 The option @samp{--alternate-editor=@var{command}} specifies a
1356running @code{emacsclient} in a script. It specifies a command to run 1356command to run if @code{emacsclient} fails to contact Emacs. This is
1357if @code{emacsclient} fails to contact Emacs. For example, the 1357useful when running @code{emacsclient} in a script. For example, the
1358following setting for the @var{EDITOR} environment variable will 1358following setting for the @env{EDITOR} environment variable will
1359always give you an editor, even if no Emacs server is running: 1359always give you an editor, even if no Emacs server is running:
1360 1360
1361@example 1361@example
@@ -1363,8 +1363,8 @@ EDITOR="emacsclient --alternate-editor emacs +%d %s"
1363@end example 1363@end example
1364 1364
1365@noindent 1365@noindent
1366The environment variable @var{ALTERNATE_EDITOR} has the same effect, but 1366The environment variable @env{ALTERNATE_EDITOR} has the same effect, with
1367the value of the @samp{--alternate-editor} takes precedence. 1367the value of the @samp{--alternate-editor} option taking precedence.
1368 1368
1369@pindex emacs.bash 1369@pindex emacs.bash
1370 Alternatively, the file @file{etc/emacs.bash} defines a bash 1370 Alternatively, the file @file{etc/emacs.bash} defines a bash
diff --git a/man/msdog.texi b/man/msdog.texi
index 565ede38d7c..514f95bd78e 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -285,7 +285,7 @@ are treated as Emacs regular expressions.
285@section HOME Directory on MS-Windows 285@section HOME Directory on MS-Windows
286@cindex @code{HOME} directory on MS-Windows 286@cindex @code{HOME} directory on MS-Windows
287 287
288 The MS-Windows equivalent of the @code{HOME} directory is the 288 The Windows equivalent of the @code{HOME} directory is the
289@dfn{user-specific application data directory}. The actual location 289@dfn{user-specific application data directory}. The actual location
290depends on your Windows version and system configuration; typical values 290depends on your Windows version and system configuration; typical values
291are @file{C:\Documents and Settings\@var{username}\Application Data} on 291are @file{C:\Documents and Settings\@var{username}\Application Data} on
diff --git a/man/mule.texi b/man/mule.texi
index 15ec08ce9b0..9cd2995502a 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -545,7 +545,7 @@ shows that information in addition to the other information about the
545character. 545character.
546 546
547@findex list-input-methods 547@findex list-input-methods
548 To display a list of all the supported input methods, type @kbd{M-x 548 To see a list of all the supported input methods, type @kbd{M-x
549list-input-methods}. The list gives information about each input 549list-input-methods}. The list gives information about each input
550method, including the string that stands for it in the mode line. 550method, including the string that stands for it in the mode line.
551 551
diff --git a/man/programs.texi b/man/programs.texi
index f4ede8e5e2f..139aa047424 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1623,11 +1623,11 @@ needs a binding to be useful. The following code will bind it to
1623@kbd{C-j}. We use @code{c-initialization-hook} here to make sure 1623@kbd{C-j}. We use @code{c-initialization-hook} here to make sure
1624the keymap is loaded before we try to change it. 1624the keymap is loaded before we try to change it.
1625 1625
1626@example 1626@smallexample
1627(defun my-bind-clb () 1627(defun my-bind-clb ()
1628 (define-key c-mode-base-map "\C-j" 'c-context-line-break)) 1628 (define-key c-mode-base-map "\C-j" 'c-context-line-break))
1629(add-hook 'c-initialization-hook 'my-bind-clb) 1629(add-hook 'c-initialization-hook 'my-bind-clb)
1630@end example 1630@end smallexample
1631 1631
1632@item C-M-h 1632@item C-M-h
1633Put mark at the end of a function definition, and put point at the 1633Put mark at the end of a function definition, and put point at the
diff --git a/man/rmail.texi b/man/rmail.texi
index 5c6c2e5011b..277b06c77d2 100644
--- a/man/rmail.texi
+++ b/man/rmail.texi
@@ -1196,10 +1196,10 @@ invoke @command{b2m} like this:
1196encoded in a simple code called @dfn{rot13}---so named because it 1196encoded in a simple code called @dfn{rot13}---so named because it
1197rotates the alphabet by 13 letters. This code is not for secrecy, as it 1197rotates the alphabet by 13 letters. This code is not for secrecy, as it
1198provides none; rather, it enables those who might be offended to avoid 1198provides none; rather, it enables those who might be offended to avoid
1199ever seeing the real text of the message. 1199seeing the real text of the message.
1200 1200
1201@findex rot13-other-window 1201@findex rot13-other-window
1202 To view a buffer using the rot13 code, use the command @kbd{M-x 1202 To view a buffer which uses the rot13 code, use the command @kbd{M-x
1203rot13-other-window}. This displays the current buffer in another window 1203rot13-other-window}. This displays the current buffer in another window
1204which applies the code when displaying the text. 1204which applies the code when displaying the text.
1205 1205
@@ -1213,7 +1213,7 @@ versions of @code{movemail} program: the native one, shipped with GNU
1213Emacs (the ``emacs version'') and the one included in GNU mailutils 1213Emacs (the ``emacs version'') and the one included in GNU mailutils
1214(the ``mailutils version,'' @pxref{movemail,,,mailutils,GNU 1214(the ``mailutils version,'' @pxref{movemail,,,mailutils,GNU
1215mailutils}). They support the same command line syntax and the same 1215mailutils}). They support the same command line syntax and the same
1216basic subset of options. However, the @samp{mailutils} version offers 1216basic subset of options. However, the Mailutils version offers
1217additional features. 1217additional features.
1218 1218
1219 The Emacs version of @code{movemail} is able to retrieve mail from 1219 The Emacs version of @code{movemail} is able to retrieve mail from
@@ -1317,8 +1317,8 @@ movemail} can work with POP if you compile it with the macro
1317@samp{--with-pop} when you run @code{configure} during the 1317@samp{--with-pop} when you run @code{configure} during the
1318installation of Emacs.) 1318installation of Emacs.)
1319 1319
1320The @code{Mailutils movemail} by default supports POP, unless configured 1320The Mailutils @code{movemail} by default supports POP, unless it was
1321with @samp{--disable-pop} option. 1321configured with @samp{--disable-pop} option.
1322 1322
1323Both versions of @code{movemail} only work with POP3, not with older 1323Both versions of @code{movemail} only work with POP3, not with older
1324versions of POP. 1324versions of POP.
@@ -1337,18 +1337,19 @@ case, @var{password} takes preference over the one set by
1337@code{rmail-remote-password}. This is especially useful if you have 1337@code{rmail-remote-password}. This is especially useful if you have
1338several remote mailboxes with different passwords. 1338several remote mailboxes with different passwords.
1339 1339
1340 For backward compatibility Rmail also supports two alternative ways 1340 For backward compatibility, Rmail also supports two alternative ways
1341of specifying remote POP mailboxes. Specifying inbox name in the form 1341of specifying remote POP mailboxes. First, specifying an inbox name
1342@samp{po:@var{username}:@var{hostname}} is equivalent to 1342in the form @samp{po:@var{username}:@var{hostname}} is equivalent to
1343@samp{pop://@var{username}@@@var{hostname}}. Alternatively, you may set 1343@samp{pop://@var{username}@@@var{hostname}}. Alternatively, you may
1344a ``file name'' of @samp{po:@var{username}} in the inbox list of an 1344set a ``file name'' of @samp{po:@var{username}} in the inbox list of
1345Rmail file. @code{Movemail} will handle such a name by opening a 1345an Rmail file. @code{movemail} will handle such a name by opening a
1346connection to the POP server. The @env{MAILHOST} environment variable 1346connection to the POP server. In this case, the @env{MAILHOST}
1347will in this case specify the machine to look for the server on. 1347environment variable specifies the machine on which to look for the
1348POP server.
1348 1349
1349@cindex IMAP mailboxes 1350@cindex IMAP mailboxes
1350 Another method for accessing remote mailboxes is IMAP. This method is 1351 Another method for accessing remote mailboxes is IMAP. This method is
1351supported only by the @code{mailutils movemail}. To specify an IMAP 1352supported only by the Mailutils {movemail}. To specify an IMAP
1352mailbox in the inbox list, use the following mailbox @acronym{URL}: 1353mailbox in the inbox list, use the following mailbox @acronym{URL}:
1353@samp{imap://@var{username}[:@var{password}]@@@var{hostname}}. The 1354@samp{imap://@var{username}[:@var{password}]@@@var{hostname}}. The
1354@var{password} part is optional, as described above. 1355@var{password} part is optional, as described above.
@@ -1399,19 +1400,18 @@ downloaded messages by adding the @samp{-r} flag to
1399@code{rmail-movemail-flags}. 1400@code{rmail-movemail-flags}.
1400 1401
1401@cindex TLS encryption (Rmail) 1402@cindex TLS encryption (Rmail)
1402 @code{Mailutils movemail} supports TLS encryption. If you wish to 1403 Mailutils {movemail} supports TLS encryption. If you wish to
1403use it, add the @samp{--tls} flag to @code{rmail-movemail-flags}. 1404use it, add the @samp{--tls} flag to @code{rmail-movemail-flags}.
1404 1405
1405@node Other Mailbox Formats 1406@node Other Mailbox Formats
1406@section Retrieving Mail from Local Mailboxes in Various Formats 1407@section Retrieving Mail from Local Mailboxes in Various Formats
1407 1408
1408 If your incoming mail is stored on a local machine in a format other 1409 If your incoming mail is stored on a local machine in a format other
1409than UNIX mailbox, you will need the @code{mailutils movemail} to retrieve 1410than UNIX mailbox, you will need the Mailutils @code{movemail} to
1410it. @xref{Movemail}, for the detailed description of @code{movemail} 1411retrieve it. @xref{Movemail}, for the detailed description of
1411versions. 1412@code{movemail} versions. For example, to access mail from a inbox in
1412 1413@code{maildir} format located in @file{/var/spool/mail/in}, you would
1413 For example, to retrieve mail from a @code{maildir} inbox located in 1414include the following in the Rmail inbox list:
1414@file{/var/spool/mail/in}, you would set the following in Rmail inbox list:
1415 1415
1416@smallexample 1416@smallexample
1417maildir://var/spool/mail/in 1417maildir://var/spool/mail/in
diff --git a/man/sending.texi b/man/sending.texi
index df2ccd962a0..41b26cde430 100644
--- a/man/sending.texi
+++ b/man/sending.texi
@@ -301,8 +301,8 @@ alias chief-torturer "George W. Bush <bush@@whitehouse.gov>"
301@end example 301@end example
302 302
303@noindent 303@noindent
304is correct. Emacs will insert the address as @samp{"George W. Bush" 304is correct in @samp{.mailrc}. Emacs will insert the address as
305<bush@@whitehouse.gov>}. 305@samp{"George W. Bush" <bush@@whitehouse.gov>}.
306 306
307 Emacs also recognizes ``include'' commands in @samp{.mailrc} files. 307 Emacs also recognizes ``include'' commands in @samp{.mailrc} files.
308They look like this: 308They look like this:
@@ -377,11 +377,11 @@ expansion as well. Here's how to do that:
377 377
378@smallexample 378@smallexample
379(add-hook 'mail-mode-hook 379(add-hook 'mail-mode-hook
380 (lambda () 380 (lambda ()
381 (define-key 381 (define-key
382 mail-mode-map [remap next-line] 'mail-abbrev-next-line) 382 mail-mode-map [remap next-line] 'mail-abbrev-next-line)
383 (define-key 383 (define-key
384 mail-mode-map [remap end-of-buffer] 'mail-abbrev-end-of-buffer))) 384 mail-mode-map [remap end-of-buffer] 'mail-abbrev-end-of-buffer)))
385@end smallexample 385@end smallexample
386 386
387@node Mail Mode 387@node Mail Mode
diff --git a/man/text.texi b/man/text.texi
index 07ccac4b9a5..3a166174fda 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -2172,7 +2172,7 @@ color menu for the duration of the Emacs session.
2172 2172
2173@findex facemenu-set-foreground 2173@findex facemenu-set-foreground
2174@findex facemenu-set-background 2174@findex facemenu-set-background
2175 There are no key bindings for specifying colors, but you can do so 2175 There are no predefined key bindings for specifying colors, but you can do so
2176with the extended commands @kbd{M-x facemenu-set-foreground} and 2176with the extended commands @kbd{M-x facemenu-set-foreground} and
2177@kbd{M-x facemenu-set-background}. Both of these commands read the name 2177@kbd{M-x facemenu-set-background}. Both of these commands read the name
2178of the color with the minibuffer. 2178of the color with the minibuffer.
@@ -2772,8 +2772,8 @@ following three paragraphs (the latter two are indented with header
2772lines): 2772lines):
2773 2773
2774@example 2774@example
2775@samp{table-capture} is a powerful command however mastering its power 2775@samp{table-capture} is a powerful command, but mastering its
2776requires some practice. Here are some things it can do: 2776power requires some practice. Here are some things it can do:
2777 2777
2778Parse Cell Items By using column delimiter regular 2778Parse Cell Items By using column delimiter regular
2779 expression and raw delimiter regular 2779 expression and raw delimiter regular
@@ -2797,7 +2797,7 @@ following one.
2797@c The first line's right-hand frame in the following two examples 2797@c The first line's right-hand frame in the following two examples
2798@c sticks out to accommodate for the removal of @samp in the 2798@c sticks out to accommodate for the removal of @samp in the
2799@c produced output!! 2799@c produced output!!
2800@example 2800@smallexample
2801+-----------------------------------------------------------------+ 2801+-----------------------------------------------------------------+
2802|@samp{table-capture} is a powerful command, but mastering its | 2802|@samp{table-capture} is a powerful command, but mastering its |
2803|power requires some practice. Here are some things it can do: | 2803|power requires some practice. Here are some things it can do: |
@@ -2814,14 +2814,14 @@ following one.
2814| the specified region is placed in that | 2814| the specified region is placed in that |
2815| cell. | 2815| cell. |
2816+-----------------------------------------------------------------+ 2816+-----------------------------------------------------------------+
2817@end example 2817@end smallexample
2818 2818
2819@noindent 2819@noindent
2820By splitting the cell appropriately we now have a table consisting of 2820By splitting the cell appropriately we now have a table consisting of
2821paragraphs occupying its own cell. Each cell can now be edited 2821paragraphs occupying its own cell. Each cell can now be edited
2822independently without affecting the layout of other cells. 2822independently without affecting the layout of other cells.
2823 2823
2824@example 2824@smallexample
2825+-----------------------------------------------------------------+ 2825+-----------------------------------------------------------------+
2826|@samp{table-capture} is a powerful command, but mastering its | 2826|@samp{table-capture} is a powerful command, but mastering its |
2827|power requires some practice. Here are some things it can do: | 2827|power requires some practice. Here are some things it can do: |
@@ -2838,7 +2838,7 @@ independently without affecting the layout of other cells.
2838| |the specified region is placed in that | 2838| |the specified region is placed in that |
2839| |cell. | 2839| |cell. |
2840+---------------------+-------------------------------------------+ 2840+---------------------+-------------------------------------------+
2841@end example 2841@end smallexample
2842 2842
2843@noindent 2843@noindent
2844By applying @code{table-release}, which does the opposite process, the 2844By applying @code{table-release}, which does the opposite process, the