aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2006-09-05 02:54:22 +0000
committerMiles Bader2006-09-05 02:54:22 +0000
commitaf6ea8ad8d62810d901561ae4a56d89f22ebacf0 (patch)
tree02ee24f2f69b71a0690c99a5b007becf76077f74 /man
parent76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6 (diff)
parent750a6cf4b21da81c1b451b8f4dc898127954c133 (diff)
downloademacs-af6ea8ad8d62810d901561ae4a56d89f22ebacf0.tar.gz
emacs-af6ea8ad8d62810d901561ae4a56d89f22ebacf0.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 414-422) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 128-130) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog28
-rw-r--r--man/basic.texi2
-rw-r--r--man/cc-mode.texi29
-rw-r--r--man/display.texi135
-rw-r--r--man/emacs.texi3
-rw-r--r--man/indent.texi2
-rw-r--r--man/rcirc.texi6
-rw-r--r--man/tramp.texi16
-rw-r--r--man/trampver.texi2
-rw-r--r--man/windows.texi2
10 files changed, 142 insertions, 83 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index ee0dac8359c..388800b99ae 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,31 @@
12006-09-01 Eli Zaretskii <eliz@gnu.org>
2
3 * rcirc.texi (Internet Relay Chat, Useful IRC commands): Don't use
4 @indicateurl.
5
6 * cc-mode.texi (Subword Movement): Don't use @headitem.
7 (Custom Braces, Clean-ups): Don't use @tie.
8
92006-08-29 Michael Albinus <michael.albinus@gmx.de>
10
11 Sync with Tramp 2.0.54.
12
13 * tramp.texi (Bug Reports): The Tramp mailing list is moderated
14 now. Suggested by Adrian Phillips <a.phillips@met.no>.
15
162006-08-28 Richard Stallman <rms@gnu.org>
17
18 * windows.texi (Split Window): Update xref.
19
20 * basic.texi (Continuation Lines): Update xref.
21
22 * indent.texi (Tab Stops): Update xref.
23
24 * emacs.texi (Top): Update subnode menu.
25
26 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
27 split out of Display Custom.
28
12006-08-25 Kim F. Storm <storm@cua.dk> 292006-08-25 Kim F. Storm <storm@cua.dk>
2 30
3 * display.texi (Display Custom): Add variables overline-margin 31 * display.texi (Display Custom): Add variables overline-margin
diff --git a/man/basic.texi b/man/basic.texi
index 6f0e7cad68c..5d91685e9e4 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -480,7 +480,7 @@ does not appear at all. @samp{$} in the last column or a small
480straight arrow in the window's right fringe indicates a truncated 480straight arrow in the window's right fringe indicates a truncated
481line. 481line.
482 482
483 @xref{Display Custom}, for more about line truncation, 483 @xref{Line Truncation}, for more about line truncation,
484and other variables that control how text is displayed. 484and other variables that control how text is displayed.
485 485
486@node Position Info 486@node Position Info
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index 699283528a9..395433bc899 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -1624,8 +1624,16 @@ these mixed case symbols @dfn{nomenclatures}. Also, each capitalized
1624@dfn{subword}. Here are some examples: 1624@dfn{subword}. Here are some examples:
1625 1625
1626@multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}} 1626@multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}}
1627@headitem Nomenclature 1627@c This could be converted to @headitem when we require Texinfo 4.7
1628@iftex
1629@item @b{Nomenclature}
1630 @tab @b{Subwords}
1631@end iftex
1632@ifnottex
1633@item Nomenclature
1628 @tab Subwords 1634 @tab Subwords
1635@item ---------------------------------------------------------
1636@end ifnottex
1629@item @samp{GtkWindow} 1637@item @samp{GtkWindow}
1630 @tab @samp{Gtk} and @samp{Window} 1638 @tab @samp{Gtk} and @samp{Window}
1631@item @samp{EmacsFrameClass} 1639@item @samp{EmacsFrameClass}
@@ -1657,7 +1665,14 @@ nomenclature and treat them as separate words:
1657@findex c-downcase-subword 1665@findex c-downcase-subword
1658@findex downcase-subword (c-) 1666@findex downcase-subword (c-)
1659@multitable @columnfractions .20 .40 .40 1667@multitable @columnfractions .20 .40 .40
1660@headitem Key @tab Word oriented command @tab Subword oriented command 1668@c This could be converted to @headitem when we require Texinfo 4.7
1669@iftex
1670@item @b{Key} @tab @b{Word oriented command} @tab @b{Subword oriented command}
1671@end iftex
1672@ifnottex
1673@item Key @tab Word oriented command @tab Subword oriented command
1674@item ----------------------------------------------------------------------------
1675@end ifnottex
1661@item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword} 1676@item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword}
1662@item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword} 1677@item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword}
1663@item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword} 1678@item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword}
@@ -3231,9 +3246,9 @@ give @code{c-syntactic-context} a value yourself---this would disrupt
3231the proper functioning of @ccmode{}. 3246the proper functioning of @ccmode{}.
3232 3247
3233This variable is also bound in three other circumstances: 3248This variable is also bound in three other circumstances:
3234(i)@tie{}when calling a c-hanging-semi&comma-criteria function 3249(i)@w{ }when calling a c-hanging-semi&comma-criteria function
3235(@pxref{Hanging Semicolons and Commas}; (ii)@tie{}when calling a 3250(@pxref{Hanging Semicolons and Commas}; (ii)@w{ }when calling a
3236line-up function (@pxref{Custom Line-Up}; (iii)@tie{}when calling a 3251line-up function (@pxref{Custom Line-Up}; (iii)@w{ }when calling a
3237c-special-indent-hook function (@pxref{Other Indentation}). 3252c-special-indent-hook function (@pxref{Other Indentation}).
3238@end defvar 3253@end defvar
3239 3254
@@ -3630,8 +3645,8 @@ Auto-newline minor mode are enabled:
3630@item space-before-funcall 3645@item space-before-funcall
3631Insert a space between the function name and the opening parenthesis 3646Insert a space between the function name and the opening parenthesis
3632of a function call. This produces function calls in the style 3647of a function call. This produces function calls in the style
3633mandated by the GNU coding standards, e.g. @samp{signal@tie{}(SIGINT, 3648mandated by the GNU coding standards, e.g. @samp{signal@w{ }(SIGINT,
3634SIG_IGN)} and @samp{abort@tie{}()}. Clean up occurs when the opening 3649SIG_IGN)} and @samp{abort@w{ }()}. Clean up occurs when the opening
3635parenthesis is typed. This clean-up should never be active in AWK 3650parenthesis is typed. This clean-up should never be active in AWK
3636Mode, since such a space is syntactically invalid for user defined 3651Mode, since such a space is syntactically invalid for user defined
3637functions. 3652functions.
diff --git a/man/display.texi b/man/display.texi
index 2a0abd4bef6..74d2ba5eb62 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -23,11 +23,14 @@ their values only make a difference at the time of redisplay.
23* Font Lock:: Minor mode for syntactic highlighting using faces. 23* Font Lock:: Minor mode for syntactic highlighting using faces.
24* Highlight Interactively:: Tell Emacs what text to highlight. 24* Highlight Interactively:: Tell Emacs what text to highlight.
25* Fringes:: Enabling or disabling window fringes. 25* Fringes:: Enabling or disabling window fringes.
26* Displaying Boundaries:: Displaying top and bottom of the buffer.
26* Useless Whitespace:: Showing possibly-spurious trailing whitespace. 27* Useless Whitespace:: Showing possibly-spurious trailing whitespace.
27* Selective Display:: Hiding lines with lots of indentation. 28* Selective Display:: Hiding lines with lots of indentation.
28* Optional Mode Line:: Optional mode line display features. 29* Optional Mode Line:: Optional mode line display features.
29* Text Display:: How text characters are normally displayed. 30* Text Display:: How text characters are normally displayed.
30* Cursor Display:: Features for displaying the cursor. 31* Cursor Display:: Features for displaying the cursor.
32* Line Truncation:: Truncating lines to fit the screen width instead
33 of continuing them to multiple screen lines.
31* Display Custom:: Information on variables for customizing display. 34* Display Custom:: Information on variables for customizing display.
32@end menu 35@end menu
33 36
@@ -202,8 +205,8 @@ window, Emacs recenters the window. By default, @code{scroll-margin} is
202 @dfn{Horizontal scrolling} means shifting all the lines sideways 205 @dfn{Horizontal scrolling} means shifting all the lines sideways
203within a window---so that some of the text near the left margin is not 206within a window---so that some of the text near the left margin is not
204displayed at all. When the text in a window is scrolled horizontally, 207displayed at all. When the text in a window is scrolled horizontally,
205text lines are truncated rather than continued (@pxref{Display 208text lines are truncated rather than continued (@pxref{Line
206Custom}). Whenever a window shows truncated lines, Emacs 209Truncation}). Whenever a window shows truncated lines, Emacs
207automatically updates its horizontal scrolling whenever point moves 210automatically updates its horizontal scrolling whenever point moves
208off the left or right edge of the screen. You can also use these 211off the left or right edge of the screen. You can also use these
209commands to do explicit horizontal scrolling. 212commands to do explicit horizontal scrolling.
@@ -751,6 +754,40 @@ program you are debugging is executing (@pxref{Debuggers}).
751@kbd{M-x fringe-mode}. To enable and disable the fringes 754@kbd{M-x fringe-mode}. To enable and disable the fringes
752for the selected frame, use @kbd{M-x set-fringe-style}. 755for the selected frame, use @kbd{M-x set-fringe-style}.
753 756
757@node Displaying Boundaries
758@section Displaying Boundaries
759
760@vindex indicate-buffer-boundaries
761 On a graphical display, Emacs can indicate the buffer boundaries in
762the fringes. It indicates the first line and the last line with
763angle images in the fringes. This can be combined with up and down
764arrow images which say whether it is possible to scroll the window up
765and down.
766
767 The buffer-local variable @code{indicate-buffer-boundaries} controls
768how the buffer boundaries and window scrolling is indicated in the
769fringes. If the value is @code{left} or @code{right}, both angle and
770arrow bitmaps are displayed in the left or right fringe, respectively.
771
772 If value is an alist, each element @code{(@var{indicator} .
773@var{position})} specifies the position of one of the indicators.
774The @var{indicator} must be one of @code{top}, @code{bottom},
775@code{up}, @code{down}, or @code{t} which specifies the default
776position for the indicators not present in the alist.
777The @var{position} is one of @code{left}, @code{right}, or @code{nil}
778which specifies not to show this indicator.
779
780 For example, @code{((top . left) (t . right))} places the top angle
781bitmap in left fringe, the bottom angle bitmap in right fringe, and
782both arrow bitmaps in right fringe. To show just the angle bitmaps in
783the left fringe, but no arrow bitmaps, use @code{((top . left)
784(bottom . left))}.
785
786@vindex default-indicate-buffer-boundaries
787 The value of the variable @code{default-indicate-buffer-boundaries}
788is the default value for @code{indicate-buffer-boundaries} in buffers
789that do not override it.
790
754@node Useless Whitespace 791@node Useless Whitespace
755@section Useless Whitespace 792@section Useless Whitespace
756 793
@@ -1083,30 +1120,8 @@ minor mode that highlights the line containing point. Use @kbd{M-x
1083hl-line-mode} to enable or disable it in the current buffer. @kbd{M-x 1120hl-line-mode} to enable or disable it in the current buffer. @kbd{M-x
1084global-hl-line-mode} enables or disables the same mode globally. 1121global-hl-line-mode} enables or disables the same mode globally.
1085 1122
1086@node Display Custom 1123@node Line Truncation
1087@section Customization of Display 1124@section Truncation of Lines
1088
1089 This section describes variables (@pxref{Variables}) that you can
1090change to customize how Emacs displays. Beginning users can skip
1091it.
1092@c the reason for that pxref is because an xref early in the
1093@c ``echo area'' section leads here.
1094
1095@vindex inverse-video
1096 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts
1097to invert all the lines of the display from what they normally are.
1098
1099@vindex visible-bell
1100 If the variable @code{visible-bell} is non-@code{nil}, Emacs attempts
1101to make the whole screen blink when it would normally make an audible bell
1102sound. This variable has no effect if your terminal does not have a way
1103to make the screen blink.
1104
1105@vindex echo-keystrokes
1106 The variable @code{echo-keystrokes} controls the echoing of multi-character
1107keys; its value is the number of seconds of pause required to cause echoing
1108to start, or zero, meaning don't echo at all. The value takes effect when
1109there is someting to echo. @xref{Echo Area}.
1110 1125
1111@cindex truncation 1126@cindex truncation
1112@cindex line truncation, and fringes 1127@cindex line truncation, and fringes
@@ -1145,36 +1160,30 @@ truncate a line which is exactly as wide as the window. Instead, the
1145newline overflows into the right fringe, and the cursor appears in the 1160newline overflows into the right fringe, and the cursor appears in the
1146fringe when positioned on that newline. 1161fringe when positioned on that newline.
1147 1162
1148@vindex indicate-buffer-boundaries 1163@node Display Custom
1149 On a graphical display, Emacs can indicate the buffer boundaries in 1164@section Customization of Display
1150the fringes. It indicates the first line and the last line with
1151angle images in the fringes. This can be combined with up and down
1152arrow images which say whether it is possible to scroll the window up
1153and down.
1154 1165
1155 The buffer-local variable @code{indicate-buffer-boundaries} controls 1166 This section describes variables (@pxref{Variables}) that you can
1156how the buffer boundaries and window scrolling is indicated in the 1167change to customize how Emacs displays. Beginning users can skip
1157fringes. If the value is @code{left} or @code{right}, both angle and 1168it.
1158arrow bitmaps are displayed in the left or right fringe, respectively. 1169@c the reason for that pxref is because an xref early in the
1170@c ``echo area'' section leads here.
1159 1171
1160 If value is an alist, each element @code{(@var{indicator} . 1172@vindex inverse-video
1161@var{position})} specifies the position of one of the indicators. 1173 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts
1162The @var{indicator} must be one of @code{top}, @code{bottom}, 1174to invert all the lines of the display from what they normally are.
1163@code{up}, @code{down}, or @code{t} which specifies the default
1164position for the indicators not present in the alist.
1165The @var{position} is one of @code{left}, @code{right}, or @code{nil}
1166which specifies not to show this indicator.
1167 1175
1168 For example, @code{((top . left) (t . right))} places the top angle 1176@vindex visible-bell
1169bitmap in left fringe, the bottom angle bitmap in right fringe, and 1177 If the variable @code{visible-bell} is non-@code{nil}, Emacs attempts
1170both arrow bitmaps in right fringe. To show just the angle bitmaps in 1178to make the whole screen blink when it would normally make an audible bell
1171the left fringe, but no arrow bitmaps, use @code{((top . left) 1179sound. This variable has no effect if your terminal does not have a way
1172(bottom . left))}. 1180to make the screen blink.
1173 1181
1174@vindex default-indicate-buffer-boundaries 1182@vindex echo-keystrokes
1175 The value of the variable @code{default-indicate-buffer-boundaries} 1183 The variable @code{echo-keystrokes} controls the echoing of multi-character
1176is the default value for @code{indicate-buffer-boundaries} in buffers 1184keys; its value is the number of seconds of pause required to cause echoing
1177that do not override it. 1185to start, or zero, meaning don't echo at all. The value takes effect when
1186there is someting to echo. @xref{Echo Area}.
1178 1187
1179@vindex baud-rate 1188@vindex baud-rate
1180 The variable @anchor{baud-rate}@code{baud-rate} holds the output 1189 The variable @anchor{baud-rate}@code{baud-rate} holds the output
@@ -1197,6 +1206,17 @@ or off, customize the group @code{cursor}. You can also control the
1197amount of time Emacs must remain busy before the busy indicator is 1206amount of time Emacs must remain busy before the busy indicator is
1198displayed, by setting the variable @code{hourglass-delay}. 1207displayed, by setting the variable @code{hourglass-delay}.
1199 1208
1209@vindex overline-margin
1210 On graphical display, this variables specifies the vertical position
1211of an overline above the text, including the height of the overline
1212itself (1 pixel). The default value is 2 pixels.
1213
1214@vindex x-underline-at-descent-line
1215 On graphical display, Emacs normally draws an underline at the
1216baseline level of the font. If @code{x-underline-at-descent-line} is
1217non-@code{nil}, Emacs draws the underline at the same height as the
1218font's descent line.
1219
1200@findex tty-suppress-bold-inverse-default-colors 1220@findex tty-suppress-bold-inverse-default-colors
1201 On some text-only terminals, bold face and inverse video together 1221 On some text-only terminals, bold face and inverse video together
1202result in text that is hard to read. Call the function 1222result in text that is hard to read. Call the function
@@ -1215,17 +1235,6 @@ page for other output. On such terminals, you might want to set the variable
1215assume, when resumed, that the screen page it is using still contains 1235assume, when resumed, that the screen page it is using still contains
1216what Emacs last wrote there. 1236what Emacs last wrote there.
1217 1237
1218@vindex overline-margin
1219 On graphical display, this variables specifies the number of pixes
1220the overline is shown above the text. The value includes the height of
1221the overline itself (1 pixel). The default value is 2 pixels.
1222
1223@vindex x-underline-at-descent-line
1224 On graphical display, the underline is normally drawn at the
1225baseline level of the font. If @code{x-underline-at-descent-line} is
1226non-@code{nil}, the underline is drawn at the same position as the
1227font's decent line.
1228
1229@ignore 1238@ignore
1230 arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4 1239 arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4
1231@end ignore 1240@end ignore
diff --git a/man/emacs.texi b/man/emacs.texi
index 780b5c97b6e..503ec74bffd 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -329,11 +329,14 @@ Controlling the Display
329* Font Lock:: Minor mode for syntactic highlighting using faces. 329* Font Lock:: Minor mode for syntactic highlighting using faces.
330* Highlight Interactively:: Tell Emacs what text to highlight. 330* Highlight Interactively:: Tell Emacs what text to highlight.
331* Fringes:: Enabling or disabling window fringes. 331* Fringes:: Enabling or disabling window fringes.
332* Displaying Boundaries:: Displaying top and bottom of the buffer.
332* Useless Whitespace:: Showing possibly-spurious trailing whitespace. 333* Useless Whitespace:: Showing possibly-spurious trailing whitespace.
333* Selective Display:: Hiding lines with lots of indentation. 334* Selective Display:: Hiding lines with lots of indentation.
334* Optional Mode Line:: Optional mode line display features. 335* Optional Mode Line:: Optional mode line display features.
335* Text Display:: How text characters are normally displayed. 336* Text Display:: How text characters are normally displayed.
336* Cursor Display:: Features for displaying the cursor. 337* Cursor Display:: Features for displaying the cursor.
338* Line Truncation:: Truncating lines to fit the screen width instead
339 of continuing them to multiple screen lines.
337* Display Custom:: Information on variables for customizing display. 340* Display Custom:: Information on variables for customizing display.
338 341
339Searching and Replacement 342Searching and Replacement
diff --git a/man/indent.texi b/man/indent.texi
index d5c69daa192..9462b1b3fac 100644
--- a/man/indent.texi
+++ b/man/indent.texi
@@ -212,7 +212,7 @@ To install changes, type C-c C-c
212are present just to help you see where the colons are and know what to do. 212are present just to help you see where the colons are and know what to do.
213 213
214 Note that the tab stops that control @code{tab-to-tab-stop} have nothing 214 Note that the tab stops that control @code{tab-to-tab-stop} have nothing
215to do with displaying tab characters in the buffer. @xref{Display Custom}, 215to do with displaying tab characters in the buffer. @xref{Text Display},
216for more information on that. 216for more information on that.
217 217
218@node Just Spaces,, Tab Stops, Indentation 218@node Just Spaces,, Tab Stops, Indentation
diff --git a/man/rcirc.texi b/man/rcirc.texi
index 606e6beea06..15744e6642c 100644
--- a/man/rcirc.texi
+++ b/man/rcirc.texi
@@ -118,7 +118,7 @@ Here's a typical example:
118 118
119@cindex redirection to random servers 119@cindex redirection to random servers
120When you connect to the Freenode network 120When you connect to the Freenode network
121(@indicateurl{http://freenode.net/}), you point your IRC client at the 121(@code{http://freenode.net/}), you point your IRC client at the
122server @code{irc.freenode.net}. That server will redirect your client 122server @code{irc.freenode.net}. That server will redirect your client
123to a random server on the network, such as @code{zelazny.freenode.net}. 123to a random server on the network, such as @code{zelazny.freenode.net}.
124 124
@@ -424,8 +424,8 @@ your status as ``being back'' if you do not. People can use the
424@cindex help about irc 424@cindex help about irc
425Typical IRC servers implement many more commands. You can read more 425Typical IRC servers implement many more commands. You can read more
426about the fantastic world of IRC online at 426about the fantastic world of IRC online at
427@indicateurl{http://www.irchelp.org/}, the Internet Relay Chat (IRC) 427@uref{http://www.irchelp.org/, the Internet Relay Chat (IRC) help
428help archive. 428archive}.
429 429
430@node Configuration, , Useful IRC commands, Reference 430@node Configuration, , Useful IRC commands, Reference
431@section Configuration 431@section Configuration
diff --git a/man/tramp.texi b/man/tramp.texi
index e7d7b3d6b8d..b85347461ca 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -1931,12 +1931,16 @@ navigation in the @file{*Compilation*} buffer.
1931@chapter Reporting Bugs and Problems 1931@chapter Reporting Bugs and Problems
1932@cindex bug reports 1932@cindex bug reports
1933 1933
1934Bugs and problems with @value{tramp} are actively worked on by the development 1934Bugs and problems with @value{tramp} are actively worked on by the
1935team. Feature requests and suggestions are also more than welcome. 1935development team. Feature requests and suggestions are also more than
1936 1936welcome.
1937The @value{tramp} mailing list is a great place to get information on working 1937
1938with @value{tramp}, solving problems and general discussion and advice on topics 1938The @value{tramp} mailing list is a great place to get information on
1939relating to the package. 1939working with @value{tramp}, solving problems and general discussion
1940and advice on topics relating to the package. It is moderated so
1941non-subscribers can post but messages will be delayed, possibly up to
194248 hours (or longer in case of holidays), until the moderator approves
1943your message.
1940 1944
1941The mailing list is at @email{tramp-devel@@gnu.org}. Messages sent to 1945The mailing list is at @email{tramp-devel@@gnu.org}. Messages sent to
1942this address go to all the subscribers. This is @emph{not} the address 1946this address go to all the subscribers. This is @emph{not} the address
diff --git a/man/trampver.texi b/man/trampver.texi
index 4fc3958b2f2..bf220f4b195 100644
--- a/man/trampver.texi
+++ b/man/trampver.texi
@@ -4,7 +4,7 @@
4@c In the Tramp CVS, the version number is auto-frobbed from 4@c In the Tramp CVS, the version number is auto-frobbed from
5@c configure.ac, so you should edit that file and run 5@c configure.ac, so you should edit that file and run
6@c "autoconf && ./configure" to change the version number. 6@c "autoconf && ./configure" to change the version number.
7@set trampver 2.0.53 7@set trampver 2.0.54
8 8
9@c Other flags from configuration 9@c Other flags from configuration
10@set prefix /usr/local 10@set prefix /usr/local
diff --git a/man/windows.texi b/man/windows.texi
index a000892ad09..afb9f4273e6 100644
--- a/man/windows.texi
+++ b/man/windows.texi
@@ -116,7 +116,7 @@ fit are frequent. Continuing all those lines might be confusing, so
116if the variable @code{truncate-partial-width-windows} is 116if the variable @code{truncate-partial-width-windows} is
117non-@code{nil}, that forces truncation in all windows less than the 117non-@code{nil}, that forces truncation in all windows less than the
118full width of the screen, independent of the buffer being displayed 118full width of the screen, independent of the buffer being displayed
119and its value for @code{truncate-lines}. @xref{Display Custom}. 119and its value for @code{truncate-lines}. @xref{Line Truncation}.
120 120
121 Horizontal scrolling is often used in side-by-side windows. 121 Horizontal scrolling is often used in side-by-side windows.
122@xref{Horizontal Scrolling}. 122@xref{Horizontal Scrolling}.