diff options
| author | Paul Eggert | 2011-12-11 21:32:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-11 21:32:49 -0800 |
| commit | 333f9019e29e9b6de3a7ec07448be1d364ba540b (patch) | |
| tree | fd19625604abbd2784e9c9de92c613ff965ea11d /doc | |
| parent | 11636b221d2897aed5ca9a762d7b61afd20b6168 (diff) | |
| download | emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.zip | |
Spelling fixes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/internals.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/nonascii.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/vol1.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/vol2.texi | 4 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 6 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 2 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ebrowse.texi | 2 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus-faq.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 4 |
15 files changed, 24 insertions, 24 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7661b8c401b..d1dbbfd0831 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1676,7 +1676,7 @@ | |||
| 1676 | 2009-08-31 Nick Roberts <nickrob@snap.net.nz> | 1676 | 2009-08-31 Nick Roberts <nickrob@snap.net.nz> |
| 1677 | 1677 | ||
| 1678 | * building.texi (Threads Buffer, Multithreaded Debugging): | 1678 | * building.texi (Threads Buffer, Multithreaded Debugging): |
| 1679 | Re-organise these two sections. | 1679 | Reorganize these two sections. |
| 1680 | 1680 | ||
| 1681 | 2009-08-29 Eli Zaretskii <eliz@gnu.org> | 1681 | 2009-08-29 Eli Zaretskii <eliz@gnu.org> |
| 1682 | 1682 | ||
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d620c9e3c4c..44d44e7528c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -9754,7 +9754,7 @@ | |||
| 9754 | directory have been changed to reflect this. | 9754 | directory have been changed to reflect this. |
| 9755 | 9755 | ||
| 9756 | * All instances of @indentedresultt{} have been changed to | 9756 | * All instances of @indentedresultt{} have been changed to |
| 9757 | ` @result{}', using 5 spaces at the begining of the line. | 9757 | ` @result{}', using 5 spaces at the beginning of the line. |
| 9758 | 9758 | ||
| 9759 | 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu) | 9759 | 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
| 9760 | 9760 | ||
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index cefa917a4e1..98eaf1f8ade 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -1381,7 +1381,7 @@ Operating System Interface | |||
| 1381 | * System Environment:: Distinguish the name and kind of system. | 1381 | * System Environment:: Distinguish the name and kind of system. |
| 1382 | * User Identification:: Finding the name and user id of the user. | 1382 | * User Identification:: Finding the name and user id of the user. |
| 1383 | * Time of Day:: Getting the current time. | 1383 | * Time of Day:: Getting the current time. |
| 1384 | * Time Conversion:: Converting a time from numeric form to | 1384 | * Time Conversion:: Converting a time from numeric form to |
| 1385 | calendrical data and vice versa. | 1385 | calendrical data and vice versa. |
| 1386 | * Time Parsing:: Converting a time from numeric form to text | 1386 | * Time Parsing:: Converting a time from numeric form to text |
| 1387 | and vice versa. | 1387 | and vice versa. |
| @@ -1438,7 +1438,7 @@ Tips and Conventions | |||
| 1438 | GNU Emacs Internals | 1438 | GNU Emacs Internals |
| 1439 | 1439 | ||
| 1440 | * Building Emacs:: How the dumped Emacs is made. | 1440 | * Building Emacs:: How the dumped Emacs is made. |
| 1441 | * Pure Storage:: A kludge to make preloaded Lisp functions sharable. | 1441 | * Pure Storage:: Kludge to make preloaded Lisp functions shareable. |
| 1442 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. | 1442 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. |
| 1443 | * Memory Usage:: Info about total size of Lisp objects made so far. | 1443 | * Memory Usage:: Info about total size of Lisp objects made so far. |
| 1444 | * Writing Emacs Primitives:: Writing C code for Emacs. | 1444 | * Writing Emacs Primitives:: Writing C code for Emacs. |
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 0168c564e34..9ef4646b50b 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -13,7 +13,7 @@ internal aspects of GNU Emacs that may be of interest to C programmers. | |||
| 13 | 13 | ||
| 14 | @menu | 14 | @menu |
| 15 | * Building Emacs:: How the dumped Emacs is made. | 15 | * Building Emacs:: How the dumped Emacs is made. |
| 16 | * Pure Storage:: A kludge to make preloaded Lisp functions sharable. | 16 | * Pure Storage:: Kludge to make preloaded Lisp functions shareable. |
| 17 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. | 17 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. |
| 18 | * Memory Usage:: Info about total size of Lisp objects made so far. | 18 | * Memory Usage:: Info about total size of Lisp objects made so far. |
| 19 | * Writing Emacs Primitives:: Writing C code for Emacs. | 19 | * Writing Emacs Primitives:: Writing C code for Emacs. |
| @@ -196,7 +196,7 @@ function definition in pure storage. If it is non-@code{nil}, then the | |||
| 196 | function definition is copied into pure storage. | 196 | function definition is copied into pure storage. |
| 197 | 197 | ||
| 198 | This flag is @code{t} while loading all of the basic functions for | 198 | This flag is @code{t} while loading all of the basic functions for |
| 199 | building Emacs initially (allowing those functions to be sharable and | 199 | building Emacs initially (allowing those functions to be shareable and |
| 200 | non-collectible). Dumping Emacs as an executable always writes | 200 | non-collectible). Dumping Emacs as an executable always writes |
| 201 | @code{nil} in this variable, regardless of the value it actually has | 201 | @code{nil} in this variable, regardless of the value it actually has |
| 202 | before and after dumping. | 202 | before and after dumping. |
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 298c7c3d1a8..46dbbb08e57 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -1580,7 +1580,7 @@ decoding functions (@pxref{Explicit Encoding}). | |||
| 1580 | Sometimes, you need to prefer several coding systems for some | 1580 | Sometimes, you need to prefer several coding systems for some |
| 1581 | operation, rather than fix a single one. Emacs lets you specify a | 1581 | operation, rather than fix a single one. Emacs lets you specify a |
| 1582 | priority order for using coding systems. This ordering affects the | 1582 | priority order for using coding systems. This ordering affects the |
| 1583 | sorting of lists of coding sysems returned by functions such as | 1583 | sorting of lists of coding systems returned by functions such as |
| 1584 | @code{find-coding-systems-region} (@pxref{Lisp and Coding Systems}). | 1584 | @code{find-coding-systems-region} (@pxref{Lisp and Coding Systems}). |
| 1585 | 1585 | ||
| 1586 | @defun coding-system-priority-list &optional highestp | 1586 | @defun coding-system-priority-list &optional highestp |
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 914ba5b1fd8..c89447fc139 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | @end ifset | 44 | @end ifset |
| 45 | 45 | ||
| 46 | @c per rms and peterb, use 10pt fonts for the main text, mostly to | 46 | @c per rms and peterb, use 10pt fonts for the main text, mostly to |
| 47 | @c save on paper cost. | 47 | @c save on paper cost. |
| 48 | @c Do this inside @tex for now, so current makeinfo does not complain. | 48 | @c Do this inside @tex for now, so current makeinfo does not complain. |
| 49 | @tex | 49 | @tex |
| 50 | @ifset smallbook | 50 | @ifset smallbook |
| @@ -1402,7 +1402,7 @@ Operating System Interface | |||
| 1402 | * System Environment:: Distinguish the name and kind of system. | 1402 | * System Environment:: Distinguish the name and kind of system. |
| 1403 | * User Identification:: Finding the name and user id of the user. | 1403 | * User Identification:: Finding the name and user id of the user. |
| 1404 | * Time of Day:: Getting the current time. | 1404 | * Time of Day:: Getting the current time. |
| 1405 | * Time Conversion:: Converting a time from numeric form to | 1405 | * Time Conversion:: Converting a time from numeric form to |
| 1406 | calendrical data and vice versa. | 1406 | calendrical data and vice versa. |
| 1407 | * Time Parsing:: Converting a time from numeric form to text | 1407 | * Time Parsing:: Converting a time from numeric form to text |
| 1408 | and vice versa. | 1408 | and vice versa. |
| @@ -1458,7 +1458,7 @@ Tips and Conventions | |||
| 1458 | GNU Emacs Internals | 1458 | GNU Emacs Internals |
| 1459 | 1459 | ||
| 1460 | * Building Emacs:: How the dumped Emacs is made. | 1460 | * Building Emacs:: How the dumped Emacs is made. |
| 1461 | * Pure Storage:: A kludge to make preloaded Lisp functions sharable. | 1461 | * Pure Storage:: Kludge to make preloaded Lisp functions shareable. |
| 1462 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. | 1462 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. |
| 1463 | * Memory Usage:: Info about total size of Lisp objects made so far. | 1463 | * Memory Usage:: Info about total size of Lisp objects made so far. |
| 1464 | * Writing Emacs Primitives:: Writing C code for Emacs. | 1464 | * Writing Emacs Primitives:: Writing C code for Emacs. |
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 1f84b267c9b..d45d23da365 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi | |||
| @@ -1401,7 +1401,7 @@ Operating System Interface | |||
| 1401 | * System Environment:: Distinguish the name and kind of system. | 1401 | * System Environment:: Distinguish the name and kind of system. |
| 1402 | * User Identification:: Finding the name and user id of the user. | 1402 | * User Identification:: Finding the name and user id of the user. |
| 1403 | * Time of Day:: Getting the current time. | 1403 | * Time of Day:: Getting the current time. |
| 1404 | * Time Conversion:: Converting a time from numeric form to | 1404 | * Time Conversion:: Converting a time from numeric form to |
| 1405 | calendrical data and vice versa. | 1405 | calendrical data and vice versa. |
| 1406 | * Time Parsing:: Converting a time from numeric form to text | 1406 | * Time Parsing:: Converting a time from numeric form to text |
| 1407 | and vice versa. | 1407 | and vice versa. |
| @@ -1457,7 +1457,7 @@ Tips and Conventions | |||
| 1457 | GNU Emacs Internals | 1457 | GNU Emacs Internals |
| 1458 | 1458 | ||
| 1459 | * Building Emacs:: How the dumped Emacs is made. | 1459 | * Building Emacs:: How the dumped Emacs is made. |
| 1460 | * Pure Storage:: A kludge to make preloaded Lisp functions sharable. | 1460 | * Pure Storage:: Kludge to make preloaded Lisp functions shareable. |
| 1461 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. | 1461 | * Garbage Collection:: Reclaiming space for Lisp objects no longer used. |
| 1462 | * Memory Usage:: Info about total size of Lisp objects made so far. | 1462 | * Memory Usage:: Info about total size of Lisp objects made so far. |
| 1463 | * Writing Emacs Primitives:: Writing C code for Emacs. | 1463 | * Writing Emacs Primitives:: Writing C code for Emacs. |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 535efd86270..d0c15c1940e 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -16873,7 +16873,7 @@ The @kbd{t U} (@code{calc-unix-time}) [@code{unixtime}] command | |||
| 16873 | converts a date form into a Unix time value, which is the number of | 16873 | converts a date form into a Unix time value, which is the number of |
| 16874 | seconds since midnight on Jan 1, 1970, or vice-versa. The numeric result | 16874 | seconds since midnight on Jan 1, 1970, or vice-versa. The numeric result |
| 16875 | will be an integer if the current precision is 12 or less; for higher | 16875 | will be an integer if the current precision is 12 or less; for higher |
| 16876 | precisions, the result may be a float with (@var{precision}@minus{}12) | 16876 | precision, the result may be a float with (@var{precision}@minus{}12) |
| 16877 | digits after the decimal. Just as for @kbd{t J}, the numeric time | 16877 | digits after the decimal. Just as for @kbd{t J}, the numeric time |
| 16878 | is interpreted in the GMT time zone and the date form is interpreted | 16878 | is interpreted in the GMT time zone and the date form is interpreted |
| 16879 | in the current or specified zone. Some systems use Unix-like | 16879 | in the current or specified zone. Some systems use Unix-like |
| @@ -16943,7 +16943,7 @@ from a date form as an integer in the range 0 to 59. | |||
| 16943 | The @kbd{M-6 t P} [@code{second}] function extracts the second | 16943 | The @kbd{M-6 t P} [@code{second}] function extracts the second |
| 16944 | from a date form. If the current precision is 12 or less, | 16944 | from a date form. If the current precision is 12 or less, |
| 16945 | the result is an integer in the range 0 to 59. For higher | 16945 | the result is an integer in the range 0 to 59. For higher |
| 16946 | precisions, the result may instead be a floating-point number. | 16946 | precision, the result may instead be a floating-point number. |
| 16947 | 16947 | ||
| 16948 | @tindex weekday | 16948 | @tindex weekday |
| 16949 | The @kbd{M-7 t P} [@code{weekday}] function extracts the weekday | 16949 | The @kbd{M-7 t P} [@code{weekday}] function extracts the weekday |
| @@ -18499,7 +18499,7 @@ counterparts, which are also available separately as @code{calc-sech} | |||
| 18499 | Calc can compute a variety of less common functions that arise in | 18499 | Calc can compute a variety of less common functions that arise in |
| 18500 | various branches of mathematics. All of the functions described in | 18500 | various branches of mathematics. All of the functions described in |
| 18501 | this section allow arbitrary complex arguments and, except as noted, | 18501 | this section allow arbitrary complex arguments and, except as noted, |
| 18502 | will work to arbitrarily large precisions. They can not at present | 18502 | will work to arbitrarily large precision. They can not at present |
| 18503 | handle error forms or intervals as arguments. | 18503 | handle error forms or intervals as arguments. |
| 18504 | 18504 | ||
| 18505 | NOTE: These functions are still experimental. In particular, their | 18505 | NOTE: These functions are still experimental. In particular, their |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index d5f403e5cdb..c36e45e60f7 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -2160,7 +2160,7 @@ A space between the function name and opening parenthesis when calling | |||
| 2160 | a user function. The last character of the function name and the | 2160 | a user function. The last character of the function name and the |
| 2161 | opening parenthesis are highlighted. This font-locking rule will | 2161 | opening parenthesis are highlighted. This font-locking rule will |
| 2162 | spuriously highlight a valid concatenation expression where an | 2162 | spuriously highlight a valid concatenation expression where an |
| 2163 | identifier precedes a parenthesised expression. Unfortunately. | 2163 | identifier precedes a parenthesized expression. Unfortunately. |
| 2164 | 2164 | ||
| 2165 | @item | 2165 | @item |
| 2166 | Whitespace following the @samp{\} in what otherwise looks like an | 2166 | Whitespace following the @samp{\} in what otherwise looks like an |
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 88b068ccd5b..06a52107d71 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -1816,7 +1816,7 @@ handled by a hook function. | |||
| 1816 | @defvar dbus-event-error-hooks | 1816 | @defvar dbus-event-error-hooks |
| 1817 | This hook variable keeps a list of functions, which are called when a | 1817 | This hook variable keeps a list of functions, which are called when a |
| 1818 | D-Bus error happens in the event handler. Every function must accept | 1818 | D-Bus error happens in the event handler. Every function must accept |
| 1819 | two arguments, the event and the error variable catched in | 1819 | two arguments, the event and the error variable caught in |
| 1820 | @code{condition-case} by @code{dbus-error}. | 1820 | @code{condition-case} by @code{dbus-error}. |
| 1821 | 1821 | ||
| 1822 | Such functions can be used the adapt the error signal to be raised. | 1822 | Such functions can be used the adapt the error signal to be raised. |
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index 19ee9705484..a2a4017eb64 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi | |||
| @@ -482,7 +482,7 @@ name. | |||
| 482 | @table @kbd | 482 | @table @kbd |
| 483 | @item SPC | 483 | @item SPC |
| 484 | This command views the class declaration if the database | 484 | This command views the class declaration if the database |
| 485 | contains informations about it. If you don't parse the entire source | 485 | contains information about it. If you don't parse the entire source |
| 486 | you are working on, some classes will only be known to exist but the | 486 | you are working on, some classes will only be known to exist but the |
| 487 | location of their declarations and definitions will not be known.@refill | 487 | location of their declarations and definitions will not be known.@refill |
| 488 | 488 | ||
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index c44cc1c9b09..91440dcfe8f 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -417,7 +417,7 @@ called with a @acronym{MIME} handle as the argument. | |||
| 417 | @vindex mm-inline-text-html-with-images | 417 | @vindex mm-inline-text-html-with-images |
| 418 | Some @acronym{HTML} mails might have the trick of spammers using | 418 | Some @acronym{HTML} mails might have the trick of spammers using |
| 419 | @samp{<img>} tags. It is likely to be intended to verify whether you | 419 | @samp{<img>} tags. It is likely to be intended to verify whether you |
| 420 | have read the mail. You can prevent your personal informations from | 420 | have read the mail. You can prevent your personal information from |
| 421 | leaking by setting this option to @code{nil} (which is the default). | 421 | leaking by setting this option to @code{nil} (which is the default). |
| 422 | It is currently ignored by Emacs/w3. For emacs-w3m, you may use the | 422 | It is currently ignored by Emacs/w3. For emacs-w3m, you may use the |
| 423 | command @kbd{t} on the image anchor to show an image even if it is | 423 | command @kbd{t} on the image anchor to show an image even if it is |
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index ace7bb42c21..7bd3e4ac7fa 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi | |||
| @@ -1838,7 +1838,7 @@ inconvenient since you are not displaying the found mail | |||
| 1838 | in Gnus. Here comes nnir into action. Nnir is a front end | 1838 | in Gnus. Here comes nnir into action. Nnir is a front end |
| 1839 | to search engines like swish-e or swish++ and | 1839 | to search engines like swish-e or swish++ and |
| 1840 | others. You index your mail with one of those search | 1840 | others. You index your mail with one of those search |
| 1841 | engines and with the help of nnir you can search trough | 1841 | engines and with the help of nnir you can search through |
| 1842 | the indexed mail and generate a temporary group with all | 1842 | the indexed mail and generate a temporary group with all |
| 1843 | messages which met your search criteria. If this sound | 1843 | messages which met your search criteria. If this sound |
| 1844 | cool to you get nnir.el from | 1844 | cool to you get nnir.el from |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 5ae86c4e631..68c7e8bbdbc 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -4622,7 +4622,7 @@ Sieve is a server-side mail filtering language. In Gnus you can use | |||
| 4622 | the @code{sieve} group parameter (@pxref{Group Parameters}) to specify | 4622 | the @code{sieve} group parameter (@pxref{Group Parameters}) to specify |
| 4623 | sieve rules that should apply to each group. Gnus provides two | 4623 | sieve rules that should apply to each group. Gnus provides two |
| 4624 | commands to translate all these group parameters into a proper Sieve | 4624 | commands to translate all these group parameters into a proper Sieve |
| 4625 | script that can be transfered to the server somehow. | 4625 | script that can be transferred to the server somehow. |
| 4626 | 4626 | ||
| 4627 | @vindex gnus-sieve-file | 4627 | @vindex gnus-sieve-file |
| 4628 | @vindex gnus-sieve-region-start | 4628 | @vindex gnus-sieve-region-start |
| @@ -8332,7 +8332,7 @@ Files with name matching this regular expression won't be viewed. | |||
| 8332 | Files with a @acronym{MIME} type matching this variable won't be viewed. | 8332 | Files with a @acronym{MIME} type matching this variable won't be viewed. |
| 8333 | Note that Gnus tries to guess what type the file is based on the name. | 8333 | Note that Gnus tries to guess what type the file is based on the name. |
| 8334 | @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly | 8334 | @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly |
| 8335 | kludgey. | 8335 | kludgy. |
| 8336 | 8336 | ||
| 8337 | @item gnus-uu-tmp-dir | 8337 | @item gnus-uu-tmp-dir |
| 8338 | @vindex gnus-uu-tmp-dir | 8338 | @vindex gnus-uu-tmp-dir |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index e2c2594b66e..1cea074fa2b 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -528,8 +528,8 @@ differ. | |||
| 528 | @cindex methods, inline | 528 | @cindex methods, inline |
| 529 | @cindex methods, external | 529 | @cindex methods, external |
| 530 | Loading or saving a remote file requires that the content of the file | 530 | Loading or saving a remote file requires that the content of the file |
| 531 | be transfered between the two machines. The content of the file can | 531 | be transferred between the two machines. The content of the file can |
| 532 | be transfered using one of two methods: the @dfn{inline method} over | 532 | be transferred using one of two methods: the @dfn{inline method} over |
| 533 | the same connection used to log in to the remote machine, or the | 533 | the same connection used to log in to the remote machine, or the |
| 534 | @dfn{external method} through another connection using a remote copy | 534 | @dfn{external method} through another connection using a remote copy |
| 535 | program such as @command{rcp}, @command{scp} or @command{rsync}. | 535 | program such as @command{rcp}, @command{scp} or @command{rsync}. |