diff options
| author | Joakim Verona | 2011-12-28 11:34:15 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 11:34:15 +0100 |
| commit | 2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch) | |
| tree | 034e65ef002631d0aba8fc1a41e9984fc557e630 /doc/misc | |
| parent | bb29f044aa967831cd664c54eba0de0c701436ce (diff) | |
| parent | d23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff) | |
| download | emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip | |
upstream
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 15 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 2 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 30 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 6 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/ebrowse.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ede.texi | 8 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 2 | ||||
| -rw-r--r-- | doc/misc/eshell.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus-faq.texi | 18 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 16 | ||||
| -rw-r--r-- | doc/misc/idlwave.texi | 6 | ||||
| -rw-r--r-- | doc/misc/message.texi | 2 | ||||
| -rw-r--r-- | doc/misc/org.texi | 8 | ||||
| -rw-r--r-- | doc/misc/rcirc.texi | 10 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 2 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 6 |
17 files changed, 77 insertions, 62 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index f94153479a8..3b0e5251d5e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-12-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * gnus.texi (Mail Source Customization, Mail Back End Variables): | ||
| 4 | Use octal notation for file permissions, which are normally | ||
| 5 | thought of in octal. | ||
| 6 | (Mail Back End Variables): Use more-plausible modes in example. | ||
| 7 | |||
| 8 | 2011-12-20 Alan Mackenzie <acm@muc.de> | ||
| 9 | |||
| 10 | * cc-mode.texi: Update version string 5.31 -> 5.32. | ||
| 11 | |||
| 12 | 2011-12-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 13 | |||
| 14 | * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos. | ||
| 15 | |||
| 1 | 2011-11-24 Glenn Morris <rgm@gnu.org> | 16 | 2011-11-24 Glenn Morris <rgm@gnu.org> |
| 2 | 17 | ||
| 3 | * gnus.texi, smtpmail.texi: Fix case of "GnuTLS". | 18 | * gnus.texi, smtpmail.texi: Fix case of "GnuTLS". |
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index b64562f6875..60bb6e7cdac 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -281,7 +281,7 @@ for any of the prompts. | |||
| 281 | Note that the password needs to be evaluated if it's a function. It's | 281 | Note that the password needs to be evaluated if it's a function. It's |
| 282 | wrapped in a function to provide some security. | 282 | wrapped in a function to provide some security. |
| 283 | 283 | ||
| 284 | Later, after a successful login, @code{nnimal.el} calls the | 284 | Later, after a successful login, @code{nnimap.el} calls the |
| 285 | @code{:save-function} like so: | 285 | @code{:save-function} like so: |
| 286 | 286 | ||
| 287 | @example | 287 | @example |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 32311ff5c3e..d0c15c1940e 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -12878,7 +12878,7 @@ To declare specifically that @code{x} is real and non-zero, | |||
| 12878 | use @samp{[[-inf .. 0), (0 .. inf]]}. (There is no way in the | 12878 | use @samp{[[-inf .. 0), (0 .. inf]]}. (There is no way in the |
| 12879 | current notation to say that @code{x} is nonzero but not necessarily | 12879 | current notation to say that @code{x} is nonzero but not necessarily |
| 12880 | real.) The @kbd{a e} command does ``unsafe'' simplifications, | 12880 | real.) The @kbd{a e} command does ``unsafe'' simplifications, |
| 12881 | including cancelling @samp{x} from the equation when @samp{x} is | 12881 | including canceling @samp{x} from the equation when @samp{x} is |
| 12882 | not known to be nonzero. | 12882 | not known to be nonzero. |
| 12883 | 12883 | ||
| 12884 | Another set of type symbols distinguish between scalars and vectors. | 12884 | Another set of type symbols distinguish between scalars and vectors. |
| @@ -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 |
| @@ -21903,7 +21903,7 @@ of our sample formula by selecting it and pressing @kbd{n} | |||
| 21903 | @end smallexample | 21903 | @end smallexample |
| 21904 | 21904 | ||
| 21905 | Unselecting the sub-formula reveals that the minus sign, which would | 21905 | Unselecting the sub-formula reveals that the minus sign, which would |
| 21906 | normally have cancelled out with the subtraction automatically, has | 21906 | normally have canceled out with the subtraction automatically, has |
| 21907 | not been able to do so because the subtraction was not part of the | 21907 | not been able to do so because the subtraction was not part of the |
| 21908 | selected portion. Pressing @kbd{=} (@code{calc-evaluate}) or doing | 21908 | selected portion. Pressing @kbd{=} (@code{calc-evaluate}) or doing |
| 21909 | any other mathematical operation on the whole formula will cause it | 21909 | any other mathematical operation on the whole formula will cause it |
| @@ -22590,7 +22590,7 @@ described for multiplication. | |||
| 22590 | 22590 | ||
| 22591 | Quotients of products cancel only in the leading terms of the | 22591 | Quotients of products cancel only in the leading terms of the |
| 22592 | numerator and denominator. In other words, @expr{a x b / a y b} | 22592 | numerator and denominator. In other words, @expr{a x b / a y b} |
| 22593 | is cancelled to @expr{x b / y b} but not to @expr{x / y}. Once | 22593 | is canceled to @expr{x b / y b} but not to @expr{x / y}. Once |
| 22594 | again this is because full cancellation can be slow; use @kbd{a s} | 22594 | again this is because full cancellation can be slow; use @kbd{a s} |
| 22595 | to cancel all terms of the quotient. | 22595 | to cancel all terms of the quotient. |
| 22596 | 22596 | ||
| @@ -22810,7 +22810,7 @@ the distributive law. For example, @expr{a x^2 b / c x^3 d} will | |||
| 22810 | cancel @expr{x^2} from the top and bottom to get @expr{a b / c x d}. | 22810 | cancel @expr{x^2} from the top and bottom to get @expr{a b / c x d}. |
| 22811 | (The terms in the denominator will then be rearranged to @expr{c d x} | 22811 | (The terms in the denominator will then be rearranged to @expr{c d x} |
| 22812 | as described above.) If there is any common integer or fractional | 22812 | as described above.) If there is any common integer or fractional |
| 22813 | factor in the numerator and denominator, it is cancelled out; | 22813 | factor in the numerator and denominator, it is canceled out; |
| 22814 | for example, @expr{(4 x + 6) / 8 x} simplifies to @expr{(2 x + 3) / 4 x}. | 22814 | for example, @expr{(4 x + 6) / 8 x} simplifies to @expr{(2 x + 3) / 4 x}. |
| 22815 | 22815 | ||
| 22816 | Non-constant common factors are not found even by @kbd{a s}. To | 22816 | Non-constant common factors are not found even by @kbd{a s}. To |
| @@ -22858,7 +22858,7 @@ example, @samp{(x - 23) % 10} is simplified to @samp{(x + 7) % 10}. | |||
| 22858 | 22858 | ||
| 22859 | If the argument is multiplied by a constant, and this constant | 22859 | If the argument is multiplied by a constant, and this constant |
| 22860 | has a common integer divisor with the modulus, then this factor is | 22860 | has a common integer divisor with the modulus, then this factor is |
| 22861 | cancelled out. For example, @samp{12 x % 15} is changed to | 22861 | canceled out. For example, @samp{12 x % 15} is changed to |
| 22862 | @samp{3 (4 x % 5)} by factoring out 3. Also, @samp{(12 x + 1) % 15} | 22862 | @samp{3 (4 x % 5)} by factoring out 3. Also, @samp{(12 x + 1) % 15} |
| 22863 | is changed to @samp{3 ((4 x + 1:3) % 5)}. While these forms may | 22863 | is changed to @samp{3 ((4 x + 1:3) % 5)}. While these forms may |
| 22864 | not seem ``simpler,'' they allow Calc to discover useful information | 22864 | not seem ``simpler,'' they allow Calc to discover useful information |
| @@ -22938,13 +22938,13 @@ function. | |||
| 22938 | \bigskip | 22938 | \bigskip |
| 22939 | @end tex | 22939 | @end tex |
| 22940 | 22940 | ||
| 22941 | Equations and inequalities are simplified by cancelling factors | 22941 | Equations and inequalities are simplified by canceling factors |
| 22942 | of products, quotients, or sums on both sides. Inequalities | 22942 | of products, quotients, or sums on both sides. Inequalities |
| 22943 | change sign if a negative multiplicative factor is cancelled. | 22943 | change sign if a negative multiplicative factor is canceled. |
| 22944 | Non-constant multiplicative factors as in @expr{a b = a c} are | 22944 | Non-constant multiplicative factors as in @expr{a b = a c} are |
| 22945 | cancelled from equations only if they are provably nonzero (generally | 22945 | canceled from equations only if they are provably nonzero (generally |
| 22946 | because they were declared so; @pxref{Declarations}). Factors | 22946 | because they were declared so; @pxref{Declarations}). Factors |
| 22947 | are cancelled from inequalities only if they are nonzero and their | 22947 | are canceled from inequalities only if they are nonzero and their |
| 22948 | sign is known. | 22948 | sign is known. |
| 22949 | 22949 | ||
| 22950 | Simplification also replaces an equation or inequality with | 22950 | Simplification also replaces an equation or inequality with |
| @@ -23035,9 +23035,9 @@ The simplifications of @expr{@tfn{ln}(@tfn{exp}(x))}, | |||
| 23035 | unsafe because of problems with principal values (although these | 23035 | unsafe because of problems with principal values (although these |
| 23036 | simplifications are safe if @expr{x} is known to be real). | 23036 | simplifications are safe if @expr{x} is known to be real). |
| 23037 | 23037 | ||
| 23038 | Common factors are cancelled from products on both sides of an | 23038 | Common factors are canceled from products on both sides of an |
| 23039 | equation, even if those factors may be zero: @expr{a x / b x} | 23039 | equation, even if those factors may be zero: @expr{a x / b x} |
| 23040 | to @expr{a / b}. Such factors are never cancelled from | 23040 | to @expr{a / b}. Such factors are never canceled from |
| 23041 | inequalities: Even @kbd{a e} is not bold enough to reduce | 23041 | inequalities: Even @kbd{a e} is not bold enough to reduce |
| 23042 | @expr{a x < b x} to @expr{a < b} (or @expr{a > b}, depending | 23042 | @expr{a x < b x} to @expr{a < b} (or @expr{a > b}, depending |
| 23043 | on whether you believe @expr{x} is positive or negative). | 23043 | on whether you believe @expr{x} is positive or negative). |
| @@ -23071,7 +23071,7 @@ If units auto-ranging mode is enabled, products or quotients in | |||
| 23071 | which the first argument is a number which is out of range for the | 23071 | which the first argument is a number which is out of range for the |
| 23072 | leading unit are modified accordingly. | 23072 | leading unit are modified accordingly. |
| 23073 | 23073 | ||
| 23074 | When cancelling and combining units in products and quotients, | 23074 | When canceling and combining units in products and quotients, |
| 23075 | Calc accounts for unit names that differ only in the prefix letter. | 23075 | Calc accounts for unit names that differ only in the prefix letter. |
| 23076 | For example, @samp{2 km m} is simplified to @samp{2000 m^2}. | 23076 | For example, @samp{2 km m} is simplified to @samp{2000 m^2}. |
| 23077 | However, compatible but different units like @code{ft} and @code{in} | 23077 | However, compatible but different units like @code{ft} and @code{in} |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index d5f403e5cdb..8b589259a48 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -190,7 +190,7 @@ developing GNU and promoting software freedom.'' | |||
| 190 | @titlepage | 190 | @titlepage |
| 191 | @sp 10 | 191 | @sp 10 |
| 192 | 192 | ||
| 193 | @center @titlefont{CC Mode 5.31} | 193 | @center @titlefont{CC Mode 5.32} |
| 194 | @sp 2 | 194 | @sp 2 |
| 195 | @center @subtitlefont{A GNU Emacs mode for editing C and C-like languages} | 195 | @center @subtitlefont{A GNU Emacs mode for editing C and C-like languages} |
| 196 | @sp 2 | 196 | @sp 2 |
| @@ -378,7 +378,7 @@ was added in version 5.30. | |||
| 378 | 378 | ||
| 379 | This manual describes @ccmode{} | 379 | This manual describes @ccmode{} |
| 380 | @comment The following line must appear on its own, so that the | 380 | @comment The following line must appear on its own, so that the |
| 381 | version 5.31. | 381 | version 5.32. |
| 382 | @comment Release.py script can update the version number automatically | 382 | @comment Release.py script can update the version number automatically |
| 383 | 383 | ||
| 384 | @ccmode{} supports the editing of K&R and ANSI C, C++, Objective-C, | 384 | @ccmode{} supports the editing of K&R and ANSI C, C++, Objective-C, |
| @@ -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..f515109bf76 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -1677,7 +1677,7 @@ Establish the connection to D-Bus @var{bus}. | |||
| 1677 | 1677 | ||
| 1678 | @var{bus} can be either the symbol @code{:system} or the symbol | 1678 | @var{bus} can be either the symbol @code{:system} or the symbol |
| 1679 | @code{:session}, or it can be a string denoting the address of the | 1679 | @code{:session}, or it can be a string denoting the address of the |
| 1680 | corresponding bus. For the system and session busses, this function | 1680 | corresponding bus. For the system and session buses, this function |
| 1681 | is called when loading @file{dbus.el}, there is no need to call it | 1681 | is called when loading @file{dbus.el}, there is no need to call it |
| 1682 | again. | 1682 | again. |
| 1683 | 1683 | ||
| @@ -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/ede.texi b/doc/misc/ede.texi index cc566086f44..2b2a6a21b7f 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -705,11 +705,11 @@ A brief description of the project or target. This is currently used | |||
| 705 | by the @samp{ede-speedbar} interface. | 705 | by the @samp{ede-speedbar} interface. |
| 706 | @item ede-want-file-p | 706 | @item ede-want-file-p |
| 707 | Return non-nil if a target will accept a given file. | 707 | Return non-nil if a target will accept a given file. |
| 708 | It is generally unecessary to override this. See the section on source | 708 | It is generally unnecessary to override this. See the section on source |
| 709 | code. | 709 | code. |
| 710 | @item ede-buffer-mine | 710 | @item ede-buffer-mine |
| 711 | Return non-nil if a buffer belongs to this target. Used during | 711 | Return non-nil if a buffer belongs to this target. Used during |
| 712 | association when a file is loaded. It is generally unecessary to | 712 | association when a file is loaded. It is generally unnecessary to |
| 713 | override this unless you keep auxiliary files. | 713 | override this unless you keep auxiliary files. |
| 714 | @end table | 714 | @end table |
| 715 | 715 | ||
| @@ -2483,7 +2483,7 @@ Create the make rule needed to create an archive for @var{THIS}. | |||
| 2483 | 2483 | ||
| 2484 | @deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this | 2484 | @deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this |
| 2485 | Insert bin_PROGRAMS variables needed by target @var{THIS}. | 2485 | Insert bin_PROGRAMS variables needed by target @var{THIS}. |
| 2486 | We aren't acutally inserting SOURCE details, but this is used by the | 2486 | We aren't actually inserting SOURCE details, but this is used by the |
| 2487 | Makefile.am generator, so use it to add this important bin program. | 2487 | Makefile.am generator, so use it to add this important bin program. |
| 2488 | @end deffn | 2488 | @end deffn |
| 2489 | 2489 | ||
| @@ -2624,7 +2624,7 @@ Return the name of the main target for @var{THIS} target. | |||
| 2624 | 2624 | ||
| 2625 | @deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this | 2625 | @deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this |
| 2626 | Insert bin_PROGRAMS variables needed by target @var{THIS}. | 2626 | Insert bin_PROGRAMS variables needed by target @var{THIS}. |
| 2627 | We aren't acutally inserting SOURCE details, but this is used by the | 2627 | We aren't actually inserting SOURCE details, but this is used by the |
| 2628 | Makefile.am generator, so use it to add this important bin program. | 2628 | Makefile.am generator, so use it to add this important bin program. |
| 2629 | @end deffn | 2629 | @end deffn |
| 2630 | 2630 | ||
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/eshell.texi b/doc/misc/eshell.texi index b0090f0fb84..7c178757927 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -608,7 +608,7 @@ scrolls back. | |||
| 608 | 608 | ||
| 609 | @item Using C-p and C-n with rebind gets into a locked state | 609 | @item Using C-p and C-n with rebind gets into a locked state |
| 610 | 610 | ||
| 611 | This happened a few times in Emacs 21, but has been unreproducible | 611 | This happened a few times in Emacs 21, but has been irreproducible |
| 612 | since. | 612 | since. |
| 613 | 613 | ||
| 614 | @item If an interactive process is currently running, @kbd{M-!} doesn't work | 614 | @item If an interactive process is currently running, @kbd{M-!} doesn't work |
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index b5bb75f7284..7bd3e4ac7fa 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi | |||
| @@ -266,9 +266,9 @@ and how to prevent it? | |||
| 266 | @subsubheading Answer | 266 | @subsubheading Answer |
| 267 | 267 | ||
| 268 | This message means that the last time you used Gnus, it | 268 | This message means that the last time you used Gnus, it |
| 269 | wasn't properly exited and therefor couldn't write its | 269 | wasn't properly exited and therefore couldn't write its |
| 270 | informations to disk (e.g. which messages you read), you | 270 | information to disk (e.g. which messages you read), you |
| 271 | are now asked if you want to restore those informations | 271 | are now asked if you want to restore that information |
| 272 | from the auto-save file. | 272 | from the auto-save file. |
| 273 | 273 | ||
| 274 | To prevent this message make sure you exit Gnus | 274 | To prevent this message make sure you exit Gnus |
| @@ -563,7 +563,7 @@ However, the first thing to do is to tell Gnus in which way | |||
| 563 | it should store the mail, in Gnus terminology which back end | 563 | it should store the mail, in Gnus terminology which back end |
| 564 | to use. Gnus supports many different back ends, the most | 564 | to use. Gnus supports many different back ends, the most |
| 565 | commonly used one is nnml. It stores every mail in one file | 565 | commonly used one is nnml. It stores every mail in one file |
| 566 | and is therefor quite fast. However you might prefer a one | 566 | and is therefore quite fast. However you might prefer a one |
| 567 | file per group approach if your file system has problems with | 567 | file per group approach if your file system has problems with |
| 568 | many small files, the nnfolder back end is then probably the | 568 | many small files, the nnfolder back end is then probably the |
| 569 | choice for you. To use nnml add the following to ~/.gnus.el: | 569 | choice for you. To use nnml add the following to ~/.gnus.el: |
| @@ -580,7 +580,7 @@ As you might have guessed, if you want nnfolder, it's | |||
| 580 | @end example | 580 | @end example |
| 581 | @noindent | 581 | @noindent |
| 582 | 582 | ||
| 583 | Now we need to tell Gnus, where to get it's mail from. If | 583 | Now we need to tell Gnus, where to get its mail from. If |
| 584 | it's a POP3 server, then you need something like this: | 584 | it's a POP3 server, then you need something like this: |
| 585 | 585 | ||
| 586 | @example | 586 | @example |
| @@ -1104,11 +1104,11 @@ I don't like the way the Summary buffer looks, how to tweak it? | |||
| 1104 | @subsubheading Answer | 1104 | @subsubheading Answer |
| 1105 | 1105 | ||
| 1106 | You've got to play around with the variable | 1106 | You've got to play around with the variable |
| 1107 | gnus-summary-line-format. It's value is a string of | 1107 | gnus-summary-line-format. Its value is a string of |
| 1108 | symbols which stand for things like author, date, subject | 1108 | symbols which stand for things like author, date, subject |
| 1109 | etc. A list of the available specifiers can be found in the | 1109 | etc. A list of the available specifiers can be found in the |
| 1110 | manual node "Summary Buffer Lines" and the often forgotten | 1110 | manual node "Summary Buffer Lines" and the often forgotten |
| 1111 | node "Formatting Variables" and it's sub-nodes. There | 1111 | node "Formatting Variables" and its sub-nodes. There |
| 1112 | you'll find useful things like positioning the cursor and | 1112 | you'll find useful things like positioning the cursor and |
| 1113 | tabulators which allow you a summary in table form, but | 1113 | tabulators which allow you a summary in table form, but |
| 1114 | sadly hard tabulators are broken in 5.8.8. | 1114 | sadly hard tabulators are broken in 5.8.8. |
| @@ -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 |
| @@ -2190,7 +2190,7 @@ Starting Gnus is really slow, how to speed it up? | |||
| 2190 | 2190 | ||
| 2191 | @subsubheading Answer | 2191 | @subsubheading Answer |
| 2192 | 2192 | ||
| 2193 | The reason for this could be the way Gnus reads it's | 2193 | The reason for this could be the way Gnus reads its |
| 2194 | active file, see the node "The Active File" in the Gnus | 2194 | active file, see the node "The Active File" in the Gnus |
| 2195 | manual for things you might try to speed the process up. | 2195 | manual for things you might try to speed the process up. |
| 2196 | An other idea would be to byte compile your ~/.gnus.el (say | 2196 | An other idea would be to byte compile your ~/.gnus.el (say |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 69b17a94d68..86aaadf8ae8 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 |
| @@ -8976,7 +8976,7 @@ Translate many non-@acronym{ASCII} characters into their | |||
| 8976 | @acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}). | 8976 | @acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}). |
| 8977 | This is mostly useful if you're on a terminal that has a limited font | 8977 | This is mostly useful if you're on a terminal that has a limited font |
| 8978 | and doesn't show accented characters, ``advanced'' punctuation, and the | 8978 | and doesn't show accented characters, ``advanced'' punctuation, and the |
| 8979 | like. For instance, @samp{»} is tranlated into @samp{>>}, and so on. | 8979 | like. For instance, @samp{»} is translated into @samp{>>}, and so on. |
| 8980 | 8980 | ||
| 8981 | @item W Y f | 8981 | @item W Y f |
| 8982 | @kindex W Y f (Summary) | 8982 | @kindex W Y f (Summary) |
| @@ -11634,7 +11634,7 @@ message/external-body @acronym{MIME} type. | |||
| 11634 | @item r (Article) | 11634 | @item r (Article) |
| 11635 | @kindex r (Article) | 11635 | @kindex r (Article) |
| 11636 | Prompt for a file name, replace the @acronym{MIME} object with an | 11636 | Prompt for a file name, replace the @acronym{MIME} object with an |
| 11637 | external body refering to the file via the message/external-body | 11637 | external body referring to the file via the message/external-body |
| 11638 | @acronym{MIME} type. (@code{gnus-mime-replace-part}). | 11638 | @acronym{MIME} type. (@code{gnus-mime-replace-part}). |
| 11639 | 11639 | ||
| 11640 | @findex gnus-mime-delete-part | 11640 | @findex gnus-mime-delete-part |
| @@ -15033,7 +15033,7 @@ number. | |||
| 15033 | 15033 | ||
| 15034 | @item mail-source-default-file-modes | 15034 | @item mail-source-default-file-modes |
| 15035 | @vindex mail-source-default-file-modes | 15035 | @vindex mail-source-default-file-modes |
| 15036 | All new mail files will get this file mode. The default is 384. | 15036 | All new mail files will get this file mode. The default is @code{#o600}. |
| 15037 | 15037 | ||
| 15038 | @item mail-source-movemail-program | 15038 | @item mail-source-movemail-program |
| 15039 | @vindex mail-source-movemail-program | 15039 | @vindex mail-source-movemail-program |
| @@ -15123,10 +15123,10 @@ default file modes the new mail files get: | |||
| 15123 | 15123 | ||
| 15124 | @lisp | 15124 | @lisp |
| 15125 | (add-hook 'nnmail-pre-get-new-mail-hook | 15125 | (add-hook 'nnmail-pre-get-new-mail-hook |
| 15126 | (lambda () (set-default-file-modes 511))) | 15126 | (lambda () (set-default-file-modes #o700))) |
| 15127 | 15127 | ||
| 15128 | (add-hook 'nnmail-post-get-new-mail-hook | 15128 | (add-hook 'nnmail-post-get-new-mail-hook |
| 15129 | (lambda () (set-default-file-modes 551))) | 15129 | (lambda () (set-default-file-modes #o775))) |
| 15130 | @end lisp | 15130 | @end lisp |
| 15131 | 15131 | ||
| 15132 | @item nnmail-use-long-file-names | 15132 | @item nnmail-use-long-file-names |
| @@ -30012,7 +30012,7 @@ this: | |||
| 30012 | @node Score File Syntax | 30012 | @node Score File Syntax |
| 30013 | @subsection Score File Syntax | 30013 | @subsection Score File Syntax |
| 30014 | 30014 | ||
| 30015 | Score files are meant to be easily parseable, but yet extremely | 30015 | Score files are meant to be easily parsable, but yet extremely |
| 30016 | malleable. It was decided that something that had the same read syntax | 30016 | malleable. It was decided that something that had the same read syntax |
| 30017 | as an Emacs Lisp list would fit that spec. | 30017 | as an Emacs Lisp list would fit that spec. |
| 30018 | 30018 | ||
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 3e13dbb0f23..c7495d8cc93 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi | |||
| @@ -669,7 +669,7 @@ We have already used the routine info display in the first part of this | |||
| 669 | tutorial. This was the invoked using @kbd{C-c ?}, and displays | 669 | tutorial. This was the invoked using @kbd{C-c ?}, and displays |
| 670 | information about the IDL routine near the cursor position. Wouldn't it | 670 | information about the IDL routine near the cursor position. Wouldn't it |
| 671 | be nice to have the same kind of information available for your own | 671 | be nice to have the same kind of information available for your own |
| 672 | routines and for the huge amount of code in major libraries like JHUPL | 672 | routines and for the huge amount of code in major libraries like JHUAPL |
| 673 | or the IDL-Astro library? In many cases, you may already have this | 673 | or the IDL-Astro library? In many cases, you may already have this |
| 674 | information. Files named @file{.idlwave_catalog} in library directories | 674 | information. Files named @file{.idlwave_catalog} in library directories |
| 675 | contain scanned information on the routines in that directory; many | 675 | contain scanned information on the routines in that directory; many |
| @@ -1580,8 +1580,8 @@ available will be emphasized (e.g. colored blue). For other items, the | |||
| 1580 | corresponding source code or DocLib header will be used as the help | 1580 | corresponding source code or DocLib header will be used as the help |
| 1581 | text. | 1581 | text. |
| 1582 | 1582 | ||
| 1583 | @cindex Completion, cancelling | 1583 | @cindex Completion, canceling |
| 1584 | @cindex Cancelling completion | 1584 | @cindex Canceling completion |
| 1585 | Completion is not a blocking operation --- you are free to continue | 1585 | Completion is not a blocking operation --- you are free to continue |
| 1586 | editing, enter commands, or simply ignore the @file{*Completions*} | 1586 | editing, enter commands, or simply ignore the @file{*Completions*} |
| 1587 | buffer during a completion operation. If, however, the most recent | 1587 | buffer during a completion operation. If, however, the most recent |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index d9062a32572..774bf180266 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1974,7 +1974,7 @@ that look like: | |||
| 1974 | Hallvard B Furuseth <h.b.furuseth@@usit.uio.no> writes: | 1974 | Hallvard B Furuseth <h.b.furuseth@@usit.uio.no> writes: |
| 1975 | @end example | 1975 | @end example |
| 1976 | 1976 | ||
| 1977 | @c FIXME: Add `message-insert-formated-citation-line' and | 1977 | @c FIXME: Add `message-insert-formatted-citation-line' and |
| 1978 | @c `message-citation-line-format' | 1978 | @c `message-citation-line-format' |
| 1979 | 1979 | ||
| 1980 | Point will be at the beginning of the body of the message when this | 1980 | Point will be at the beginning of the body of the message when this |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 181e00f8e02..adc9cf0b139 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -11399,16 +11399,16 @@ a file is retrieved with @code{org-publish-find-date}. | |||
| 11399 | @tab Should sorting be case-sensitive? Default @code{nil}. | 11399 | @tab Should sorting be case-sensitive? Default @code{nil}. |
| 11400 | 11400 | ||
| 11401 | @item @code{:sitemap-file-entry-format} | 11401 | @item @code{:sitemap-file-entry-format} |
| 11402 | @tab With this option one can tell how a sitemap's entry is formated in the | 11402 | @tab With this option one can tell how a sitemap's entry is formatted in the |
| 11403 | sitemap. This is a format string with some escape sequences: @code{%t} stands | 11403 | sitemap. This is a format string with some escape sequences: @code{%t} stands |
| 11404 | for the title of the file, @code{%a} stands for the author of the file and | 11404 | for the title of the file, @code{%a} stands for the author of the file and |
| 11405 | @code{%d} stands for the date of the file. The date is retrieved with the | 11405 | @code{%d} stands for the date of the file. The date is retrieved with the |
| 11406 | @code{org-publish-find-date} function and formated with | 11406 | @code{org-publish-find-date} function and formatted with |
| 11407 | @code{org-publish-sitemap-date-format}. Default @code{%t}. | 11407 | @code{org-publish-sitemap-date-format}. Default @code{%t}. |
| 11408 | 11408 | ||
| 11409 | @item @code{:sitemap-date-format} | 11409 | @item @code{:sitemap-date-format} |
| 11410 | @tab Format string for the @code{format-time-string} function that tells how | 11410 | @tab Format string for the @code{format-time-string} function that tells how |
| 11411 | a sitemap entry's date is to be formated. This property bypasses | 11411 | a sitemap entry's date is to be formatted. This property bypasses |
| 11412 | @code{org-publish-sitemap-date-format} which defaults to @code{%Y-%m-%d}. | 11412 | @code{org-publish-sitemap-date-format} which defaults to @code{%Y-%m-%d}. |
| 11413 | 11413 | ||
| 11414 | @item @code{:sitemap-sans-extension} | 11414 | @item @code{:sitemap-sans-extension} |
| @@ -12469,7 +12469,7 @@ block. E.g., @code{:results value html}. | |||
| 12469 | Results assumed to be LaTeX and are enclosed in a @code{begin_latex} block. | 12469 | Results assumed to be LaTeX and are enclosed in a @code{begin_latex} block. |
| 12470 | E.g., @code{:results value latex}. | 12470 | E.g., @code{:results value latex}. |
| 12471 | @item @code{code} | 12471 | @item @code{code} |
| 12472 | Result are assumed to be parseable code and are enclosed in a code block. | 12472 | Result are assumed to be parsable code and are enclosed in a code block. |
| 12473 | E.g., @code{:results value code}. | 12473 | E.g., @code{:results value code}. |
| 12474 | @item @code{pp} | 12474 | @item @code{pp} |
| 12475 | The result is converted to pretty-printed code and is enclosed in a code | 12475 | The result is converted to pretty-printed code and is enclosed in a code |
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index 3e9ee928822..192afe33cb4 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi | |||
| @@ -524,7 +524,7 @@ your full name, you might want to set it to some pseudonym. | |||
| 524 | 524 | ||
| 525 | @item rcirc-authinfo | 525 | @item rcirc-authinfo |
| 526 | @vindex rcirc-authinfo | 526 | @vindex rcirc-authinfo |
| 527 | @cindex authentification | 527 | @cindex authentication |
| 528 | @cindex identification | 528 | @cindex identification |
| 529 | @cindex nickserv | 529 | @cindex nickserv |
| 530 | @cindex login | 530 | @cindex login |
| @@ -547,7 +547,7 @@ And here are the valid method symbols and the arguments they require: | |||
| 547 | 547 | ||
| 548 | @table @code | 548 | @table @code |
| 549 | @item nickserv | 549 | @item nickserv |
| 550 | @cindex nickserv authentification | 550 | @cindex nickserv authentication |
| 551 | Use this symbol if you need to identify yourself as follows when | 551 | Use this symbol if you need to identify yourself as follows when |
| 552 | connecting to a network: @code{/msg nickserv identify secret}. The | 552 | connecting to a network: @code{/msg nickserv identify secret}. The |
| 553 | necessary arguments are the nickname you want to use this for, and the | 553 | necessary arguments are the nickname you want to use this for, and the |
| @@ -558,7 +558,7 @@ pick a password for it. Contact @code{nickserv} and check out the | |||
| 558 | details. (Using @code{/msg nickserv help}, for example.) | 558 | details. (Using @code{/msg nickserv help}, for example.) |
| 559 | 559 | ||
| 560 | @item chanserv | 560 | @item chanserv |
| 561 | @cindex chanserv authentification | 561 | @cindex chanserv authentication |
| 562 | Use this symbol if you need to identify yourself as follows if you want | 562 | Use this symbol if you need to identify yourself as follows if you want |
| 563 | to join a particular channel: @code{/msg chanserv identify #underground | 563 | to join a particular channel: @code{/msg chanserv identify #underground |
| 564 | secret}. The necessary arguments are the nickname and channel you want | 564 | secret}. The necessary arguments are the nickname and channel you want |
| @@ -569,7 +569,7 @@ the password to use. Contact @code{chanserv} and check out the details. | |||
| 569 | (Using @code{/msg chanserv help}, for example.) | 569 | (Using @code{/msg chanserv help}, for example.) |
| 570 | 570 | ||
| 571 | @item bitlbee | 571 | @item bitlbee |
| 572 | @cindex bitlbee authentification | 572 | @cindex bitlbee authentication |
| 573 | Use this symbol if you need to identify yourself in the Bitlbee channel | 573 | Use this symbol if you need to identify yourself in the Bitlbee channel |
| 574 | as follows: @code{identify secret}. The necessary arguments are the | 574 | as follows: @code{identify secret}. The necessary arguments are the |
| 575 | nickname you want to use this for, and the password to use. | 575 | nickname you want to use this for, and the password to use. |
| @@ -585,7 +585,7 @@ Bitlbee acts like an IRC server, but in fact it is a gateway to a lot of | |||
| 585 | other instant messaging services. You can either install Bitlbee | 585 | other instant messaging services. You can either install Bitlbee |
| 586 | locally or use a public Bitlbee server. There, you need to create an | 586 | locally or use a public Bitlbee server. There, you need to create an |
| 587 | account with a password. This is the nick and password you need to | 587 | account with a password. This is the nick and password you need to |
| 588 | provide for the bitlbee authentification method. | 588 | provide for the bitlbee authentication method. |
| 589 | 589 | ||
| 590 | Later, you will tell Bitlbee about your accounts and passwords on all | 590 | Later, you will tell Bitlbee about your accounts and passwords on all |
| 591 | the other instant messaging services, and Bitlbee will log you in. All | 591 | the other instant messaging services, and Bitlbee will log you in. All |
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index dcfff1fcb96..8c56d2dc9f8 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi | |||
| @@ -380,7 +380,7 @@ with the search results format. | |||
| 380 | 380 | ||
| 381 | @item semanticdb-ref.el | 381 | @item semanticdb-ref.el |
| 382 | Tracks crossreferences. Cross references are needed when buffer is | 382 | Tracks crossreferences. Cross references are needed when buffer is |
| 383 | reparsed, and must alert other tables that any dependant caches may | 383 | reparsed, and must alert other tables that any dependent caches may |
| 384 | need to be flushed. References are in the form of include files. | 384 | need to be flushed. References are in the form of include files. |
| 385 | 385 | ||
| 386 | @end table | 386 | @end table |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index f7f340074a2..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}. |
| @@ -3704,4 +3704,4 @@ for @value{emacsothername}. | |||
| 3704 | @c host and then send commands to it. | 3704 | @c host and then send commands to it. |
| 3705 | @c * Use `filename' resp. `file name' consistently. | 3705 | @c * Use `filename' resp. `file name' consistently. |
| 3706 | @c * Use `host' resp. `machine' consistently. | 3706 | @c * Use `host' resp. `machine' consistently. |
| 3707 | @c * Consistent small or capitalized words especially in menues. | 3707 | @c * Consistent small or capitalized words especially in menus. |