diff options
| author | Paul Eggert | 2002-08-16 06:29:40 +0000 |
|---|---|---|
| committer | Paul Eggert | 2002-08-16 06:29:40 +0000 |
| commit | 28665d46c3222733ba0e024f21d39be2d88087d4 (patch) | |
| tree | aa38cf4ccf348815dea5935b3cf31ab0cc6604c4 | |
| parent | a4581dd3c9fde04e873b07147fa2eac9cc0c81db (diff) | |
| download | emacs-28665d46c3222733ba0e024f21d39be2d88087d4.tar.gz emacs-28665d46c3222733ba0e024f21d39be2d88087d4.zip | |
Minor spelling and grammar corrections.
| -rw-r--r-- | man/ack.texi | 4 | ||||
| -rw-r--r-- | man/ada-mode.texi | 6 | ||||
| -rw-r--r-- | man/autotype.texi | 2 | ||||
| -rw-r--r-- | man/calc.texi | 40 | ||||
| -rw-r--r-- | man/cc-mode.texi | 8 | ||||
| -rw-r--r-- | man/ediff.texi | 6 | ||||
| -rw-r--r-- | man/emacs-mime.texi | 2 | ||||
| -rw-r--r-- | man/emacs.texi | 4 | ||||
| -rw-r--r-- | man/eshell.texi | 8 | ||||
| -rw-r--r-- | man/faq.texi | 8 | ||||
| -rw-r--r-- | man/files.texi | 2 | ||||
| -rw-r--r-- | man/forms.texi | 2 | ||||
| -rw-r--r-- | man/gnus.texi | 24 | ||||
| -rw-r--r-- | man/idlwave.texi | 8 | ||||
| -rw-r--r-- | man/maintaining.texi | 2 | ||||
| -rw-r--r-- | man/message.texi | 2 | ||||
| -rw-r--r-- | man/pcl-cvs.texi | 4 | ||||
| -rw-r--r-- | man/reftex.texi | 8 | ||||
| -rw-r--r-- | man/sc.texi | 2 | ||||
| -rw-r--r-- | man/tramp.texi | 12 | ||||
| -rw-r--r-- | man/woman.texi | 20 |
21 files changed, 84 insertions, 90 deletions
diff --git a/man/ack.texi b/man/ack.texi index 5863d7924ae..e104c4b2cc4 100644 --- a/man/ack.texi +++ b/man/ack.texi | |||
| @@ -1104,7 +1104,7 @@ Richard Stallman invented Emacs, and then wrote: | |||
| 1104 | 1104 | ||
| 1105 | @itemize @minus | 1105 | @itemize @minus |
| 1106 | @item | 1106 | @item |
| 1107 | @file{easymeny.el}, a facility for defining Emacs menus, | 1107 | @file{easymenu.el}, a facility for defining Emacs menus, |
| 1108 | @item | 1108 | @item |
| 1109 | @file{menu-bar.el}, the Emacs menu bar support code, | 1109 | @file{menu-bar.el}, the Emacs menu bar support code, |
| 1110 | @item | 1110 | @item |
| @@ -1177,7 +1177,7 @@ Emacs text to Postscript. | |||
| 1177 | 1177 | ||
| 1178 | @item | 1178 | @item |
| 1179 | Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a major mode for | 1179 | Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a major mode for |
| 1180 | editing Tcl/Tk source files and running a Tcl interpeter as an Emacs | 1180 | editing Tcl/Tk source files and running a Tcl interpreter as an Emacs |
| 1181 | subprocess. | 1181 | subprocess. |
| 1182 | 1182 | ||
| 1183 | @item | 1183 | @item |
diff --git a/man/ada-mode.texi b/man/ada-mode.texi index ed0976a008c..b67b08348a0 100644 --- a/man/ada-mode.texi +++ b/man/ada-mode.texi | |||
| @@ -84,7 +84,7 @@ license to the document, as described in section 6 of the license. | |||
| 84 | defined in your application | 84 | defined in your application |
| 85 | * File Browser:: Easy access to your files | 85 | * File Browser:: Easy access to your files |
| 86 | * Automatic Smart Indentation:: Indenting your code automatically as you type | 86 | * Automatic Smart Indentation:: Indenting your code automatically as you type |
| 87 | * Formatting Parameter Lists:: Formating subprograms parameter lists | 87 | * Formatting Parameter Lists:: Formatting subprograms' parameter lists |
| 88 | automatically | 88 | automatically |
| 89 | * Automatic Casing:: Adjusting the case of words automatically | 89 | * Automatic Casing:: Adjusting the case of words automatically |
| 90 | * Statement Templates:: Inserting code templates | 90 | * Statement Templates:: Inserting code templates |
| @@ -149,7 +149,7 @@ automatic color highlighting of the various entities in Ada code. | |||
| 149 | switching between spec and body files with eventually | 149 | switching between spec and body files with eventually |
| 150 | auto-generation of body files, | 150 | auto-generation of body files, |
| 151 | @item | 151 | @item |
| 152 | automatic formating of subprograms parameter lists. | 152 | automatic formatting of subprograms' parameter lists. |
| 153 | @item | 153 | @item |
| 154 | automatic smart indentation according to Ada syntax, | 154 | automatic smart indentation according to Ada syntax, |
| 155 | @item | 155 | @item |
| @@ -702,7 +702,7 @@ you can directly click on them to open the right file at the right | |||
| 702 | place. | 702 | place. |
| 703 | 703 | ||
| 704 | You can activate this mode by typing @key{M-x speedbar} in the editor. | 704 | You can activate this mode by typing @key{M-x speedbar} in the editor. |
| 705 | This will open a new frame. A better way might be to assicate the | 705 | This will open a new frame. A better way might be to associate the |
| 706 | following key binding | 706 | following key binding |
| 707 | 707 | ||
| 708 | @example | 708 | @example |
diff --git a/man/autotype.texi b/man/autotype.texi index 9fd08fc1a6e..aeaaa91d079 100644 --- a/man/autotype.texi +++ b/man/autotype.texi | |||
| @@ -409,7 +409,7 @@ files insert a skeleton with the usual frame. | |||
| 409 | source files insert the usual header, with a copyright of your | 409 | source files insert the usual header, with a copyright of your |
| 410 | environment variable @env{$ORGANIZATION} or else the FSF, and prompt | 410 | environment variable @env{$ORGANIZATION} or else the FSF, and prompt |
| 411 | for valid keywords describing the contents. Files in a @file{bin} | 411 | for valid keywords describing the contents. Files in a @file{bin} |
| 412 | directory for which Emacs could determine no specialised mode | 412 | directory for which Emacs could determine no specialized mode |
| 413 | (@pxref{(emacs)Choosing Modes}) are set to Shell script mode. | 413 | (@pxref{(emacs)Choosing Modes}) are set to Shell script mode. |
| 414 | 414 | ||
| 415 | @findex define-auto-insert | 415 | @findex define-auto-insert |
diff --git a/man/calc.texi b/man/calc.texi index 485a05ac359..631b810f09e 100644 --- a/man/calc.texi +++ b/man/calc.texi | |||
| @@ -2330,7 +2330,7 @@ trail-related commands. Each entry on the line shows one command, | |||
| 2330 | with a single capital letter showing which letter you press to get | 2330 | with a single capital letter showing which letter you press to get |
| 2331 | that command. We have used @kbd{t n}, @kbd{t p}, @kbd{t ]}, and | 2331 | that command. We have used @kbd{t n}, @kbd{t p}, @kbd{t ]}, and |
| 2332 | @kbd{t y} so far. The @samp{[MORE]} means you can press @kbd{?} | 2332 | @kbd{t y} so far. The @samp{[MORE]} means you can press @kbd{?} |
| 2333 | again to see more @kbd{t}-prefix comands. Notice that the commands | 2333 | again to see more @kbd{t}-prefix commands. Notice that the commands |
| 2334 | are roughly divided (by semicolons) into related groups. | 2334 | are roughly divided (by semicolons) into related groups. |
| 2335 | 2335 | ||
| 2336 | When you are in the help display for a prefix key, the prefix is | 2336 | When you are in the help display for a prefix key, the prefix is |
| @@ -4485,7 +4485,7 @@ infinity again. Finally, we add this plus infinity to the minus | |||
| 4485 | infinity we had earlier. If you work it out, you might expect | 4485 | infinity we had earlier. If you work it out, you might expect |
| 4486 | the answer to be @i{-72} for this. But the 72 has been completely | 4486 | the answer to be @i{-72} for this. But the 72 has been completely |
| 4487 | lost next to the infinities; by the time we compute @w{@samp{inf - inf}} | 4487 | lost next to the infinities; by the time we compute @w{@samp{inf - inf}} |
| 4488 | the finite difference between them, if any, is indetectable. | 4488 | the finite difference between them, if any, is undetectable. |
| 4489 | So we say the result is @dfn{indeterminate}, which Calc writes | 4489 | So we say the result is @dfn{indeterminate}, which Calc writes |
| 4490 | with the symbol @code{nan} (for Not A Number). | 4490 | with the symbol @code{nan} (for Not A Number). |
| 4491 | 4491 | ||
| @@ -8236,14 +8236,8 @@ argument is exactly what we want to map over: | |||
| 8236 | @end group | 8236 | @end group |
| 8237 | @end smallexample | 8237 | @end smallexample |
| 8238 | 8238 | ||
| 8239 | @ifinfo | ||
| 8240 | @noindent | 8239 | @noindent |
| 8241 | Et voila, September 13, 1991 is a Friday. | 8240 | Et voil@`a, September 13, 1991 is a Friday. |
| 8242 | @end ifinfo | ||
| 8243 | @tex | ||
| 8244 | \noindent | ||
| 8245 | {\it Et voil{\accent"12 a}}, September 13, 1991 is a Friday. | ||
| 8246 | @end tex | ||
| 8247 | 8241 | ||
| 8248 | @smallexample | 8242 | @smallexample |
| 8249 | @group | 8243 | @group |
| @@ -10071,7 +10065,7 @@ Bugs'' sections of the manual. | |||
| 10071 | @noindent | 10065 | @noindent |
| 10072 | @cindex Stack basics | 10066 | @cindex Stack basics |
| 10073 | @c [fix-tut RPN Calculations and the Stack] | 10067 | @c [fix-tut RPN Calculations and the Stack] |
| 10074 | Calc uses RPN notation. If you are not familar with RPN, @pxref{RPN | 10068 | Calc uses RPN notation. If you are not familiar with RPN, @pxref{RPN |
| 10075 | Tutorial}. | 10069 | Tutorial}. |
| 10076 | 10070 | ||
| 10077 | To add the numbers 1 and 2 in Calc you would type the keys: | 10071 | To add the numbers 1 and 2 in Calc you would type the keys: |
| @@ -11130,7 +11124,7 @@ precision is 15, the seconds will keep three digits after the | |||
| 11130 | decimal point. Decreasing the precision below 12 may cause the | 11124 | decimal point. Decreasing the precision below 12 may cause the |
| 11131 | time part of a date form to become inaccurate. This can also happen | 11125 | time part of a date form to become inaccurate. This can also happen |
| 11132 | if astronomically high years are used, though this will not be an | 11126 | if astronomically high years are used, though this will not be an |
| 11133 | issue in everyday (or even everymillenium) use. Note that date | 11127 | issue in everyday (or even everymillennium) use. Note that date |
| 11134 | forms without times are stored as exact integers, so roundoff is | 11128 | forms without times are stored as exact integers, so roundoff is |
| 11135 | never an issue for them. | 11129 | never an issue for them. |
| 11136 | 11130 | ||
| @@ -17174,7 +17168,7 @@ falls in this hour results in a time value for the following hour, | |||
| 17174 | from 3 a.m.@: to 4 a.m. At the end of daylight savings time, the | 17168 | from 3 a.m.@: to 4 a.m. At the end of daylight savings time, the |
| 17175 | hour from 1 a.m.@: to 2 a.m.@: repeats itself; converting a date/time | 17169 | hour from 1 a.m.@: to 2 a.m.@: repeats itself; converting a date/time |
| 17176 | form that falls in in this hour results in a time value for the first | 17170 | form that falls in in this hour results in a time value for the first |
| 17177 | manifestion of that time (@emph{not} the one that occurs one hour later). | 17171 | manifestation of that time (@emph{not} the one that occurs one hour later). |
| 17178 | 17172 | ||
| 17179 | If @code{math-daylight-savings-hook} is @code{nil}, then the | 17173 | If @code{math-daylight-savings-hook} is @code{nil}, then the |
| 17180 | daylight savings adjustment is always taken to be zero. | 17174 | daylight savings adjustment is always taken to be zero. |
| @@ -17971,7 +17965,7 @@ flag keys must be used to get some of these functions from the keyboard. | |||
| 17971 | @cindex @code{phi} variable | 17965 | @cindex @code{phi} variable |
| 17972 | @cindex Phi, golden ratio | 17966 | @cindex Phi, golden ratio |
| 17973 | @cindex Golden ratio | 17967 | @cindex Golden ratio |
| 17974 | One miscellanous command is shift-@kbd{P} (@code{calc-pi}), which pushes | 17968 | One miscellaneous command is shift-@kbd{P} (@code{calc-pi}), which pushes |
| 17975 | the value of @c{$\pi$} | 17969 | the value of @c{$\pi$} |
| 17976 | @cite{pi} (at the current precision) onto the stack. With the | 17970 | @cite{pi} (at the current precision) onto the stack. With the |
| 17977 | Hyperbolic flag, it pushes the value @cite{e}, the base of natural logarithms. | 17971 | Hyperbolic flag, it pushes the value @cite{e}, the base of natural logarithms. |
| @@ -19927,7 +19921,7 @@ the integer 4 and the float 4.0 are considered equal even though they | |||
| 19927 | are not ``identical.'' Variables are treated like plain symbols without | 19921 | are not ``identical.'' Variables are treated like plain symbols without |
| 19928 | attached values by the set operations; subtracting the set @samp{[b]} | 19922 | attached values by the set operations; subtracting the set @samp{[b]} |
| 19929 | from @samp{[a, b]} always yields the set @samp{[a]} even though if | 19923 | from @samp{[a, b]} always yields the set @samp{[a]} even though if |
| 19930 | the variables @samp{a} and @samp{b} both equalled 17, you might | 19924 | the variables @samp{a} and @samp{b} both equaled 17, you might |
| 19931 | expect the answer @samp{[]}. | 19925 | expect the answer @samp{[]}. |
| 19932 | 19926 | ||
| 19933 | If a set contains interval forms, then it is assumed to be a set of | 19927 | If a set contains interval forms, then it is assumed to be a set of |
| @@ -23379,7 +23373,7 @@ list of numerical roots, however, provided that symbolic mode (@kbd{m s}) | |||
| 23379 | is not turned on. (If you work with symbolic mode on, recall that the | 23373 | is not turned on. (If you work with symbolic mode on, recall that the |
| 23380 | @kbd{N} (@code{calc-eval-num}) key is a handy way to reevaluate the | 23374 | @kbd{N} (@code{calc-eval-num}) key is a handy way to reevaluate the |
| 23381 | formula on the stack with symbolic mode temporarily off.) Naturally, | 23375 | formula on the stack with symbolic mode temporarily off.) Naturally, |
| 23382 | @kbd{a P} can only provide numerical roots if the polynomial coefficents | 23376 | @kbd{a P} can only provide numerical roots if the polynomial coefficients |
| 23383 | are all numbers (real or complex). | 23377 | are all numbers (real or complex). |
| 23384 | 23378 | ||
| 23385 | @node Solving Systems of Equations, Decomposing Polynomials, Multiple Solutions, Solving Equations | 23379 | @node Solving Systems of Equations, Decomposing Polynomials, Multiple Solutions, Solving Equations |
| @@ -24145,7 +24139,7 @@ is simply scaled uniformly by @c{$1 / \sigma^2$} | |||
| 24145 | where it has a minimum). But there @emph{will} be a difference | 24139 | where it has a minimum). But there @emph{will} be a difference |
| 24146 | in the estimated errors of the coefficients reported by @kbd{H a F}. | 24140 | in the estimated errors of the coefficients reported by @kbd{H a F}. |
| 24147 | 24141 | ||
| 24148 | Consult any text on statistical modelling of data for a discussion | 24142 | Consult any text on statistical modeling of data for a discussion |
| 24149 | of where these error estimates come from and how they should be | 24143 | of where these error estimates come from and how they should be |
| 24150 | interpreted. | 24144 | interpreted. |
| 24151 | 24145 | ||
| @@ -26017,7 +26011,7 @@ binding one summand to @cite{x} and the other to @cite{y}, and it | |||
| 26017 | matches anything else by binding the whole expression to @cite{x} and | 26011 | matches anything else by binding the whole expression to @cite{x} and |
| 26018 | zero to @cite{y}. The other operators above work similarly.@refill | 26012 | zero to @cite{y}. The other operators above work similarly.@refill |
| 26019 | 26013 | ||
| 26020 | For general miscellanous functions, the default value @code{def} | 26014 | For general miscellaneous functions, the default value @code{def} |
| 26021 | must be specified. Optional arguments are dropped starting with | 26015 | must be specified. Optional arguments are dropped starting with |
| 26022 | the rightmost one during matching. For example, the pattern | 26016 | the rightmost one during matching. For example, the pattern |
| 26023 | @samp{f(opt(a,0), b, opt(c,b))} will match @samp{f(b)}, @samp{f(a,b)}, | 26017 | @samp{f(opt(a,0), b, opt(c,b))} will match @samp{f(b)}, @samp{f(a,b)}, |
| @@ -26499,7 +26493,7 @@ f(!!!a, a) := g(a) | |||
| 26499 | will be careful to bind @samp{a} to the second argument of @code{f} | 26493 | will be careful to bind @samp{a} to the second argument of @code{f} |
| 26500 | before testing the first argument. If Calc had tried to match the | 26494 | before testing the first argument. If Calc had tried to match the |
| 26501 | first argument of @code{f} first, the results would have been | 26495 | first argument of @code{f} first, the results would have been |
| 26502 | disasterous: Since @code{a} was unbound so far, the pattern @samp{a} | 26496 | disastrous: since @code{a} was unbound so far, the pattern @samp{a} |
| 26503 | would have matched anything at all, and the pattern @samp{!!!a} | 26497 | would have matched anything at all, and the pattern @samp{!!!a} |
| 26504 | therefore would @emph{not} have matched anything at all! | 26498 | therefore would @emph{not} have matched anything at all! |
| 26505 | 26499 | ||
| @@ -27050,7 +27044,7 @@ This will simplify the formula whenever @cite{b} and/or @cite{c} can | |||
| 27050 | be made simpler by squaring. For example, applying this rule to | 27044 | be made simpler by squaring. For example, applying this rule to |
| 27051 | @samp{2 / (sqrt(2) + 3)} yields @samp{6:7 - 2:7 sqrt(2)} (assuming | 27045 | @samp{2 / (sqrt(2) + 3)} yields @samp{6:7 - 2:7 sqrt(2)} (assuming |
| 27052 | Symbolic Mode has been enabled to keep the square root from being | 27046 | Symbolic Mode has been enabled to keep the square root from being |
| 27053 | evaulated to a floating-point approximation). This rule is also | 27047 | evaluated to a floating-point approximation). This rule is also |
| 27054 | useful when working with symbolic complex numbers, e.g., | 27048 | useful when working with symbolic complex numbers, e.g., |
| 27055 | @samp{(a + b i) / (c + d i)}. | 27049 | @samp{(a + b i) / (c + d i)}. |
| 27056 | 27050 | ||
| @@ -27903,7 +27897,7 @@ names rather than prompting for the variable name. | |||
| 27903 | @pindex calc-permanent-variable | 27897 | @pindex calc-permanent-variable |
| 27904 | @cindex Storing variables | 27898 | @cindex Storing variables |
| 27905 | @cindex Permanent variables | 27899 | @cindex Permanent variables |
| 27906 | @cindex @file{.emacs} file, veriables | 27900 | @cindex @file{.emacs} file, variables |
| 27907 | The @kbd{s p} (@code{calc-permanent-variable}) command saves a | 27901 | The @kbd{s p} (@code{calc-permanent-variable}) command saves a |
| 27908 | variable's value permanently in your @file{.emacs} file, so that its | 27902 | variable's value permanently in your @file{.emacs} file, so that its |
| 27909 | value will still be available in future Emacs sessions. You can | 27903 | value will still be available in future Emacs sessions. You can |
| @@ -29874,7 +29868,7 @@ Subformulas}, to see how this works). | |||
| 29874 | @kindex M-# j | 29868 | @kindex M-# j |
| 29875 | @pindex calc-embedded-select | 29869 | @pindex calc-embedded-select |
| 29876 | The @kbd{M-# j} (@code{calc-embedded-select}) command provides an | 29870 | The @kbd{M-# j} (@code{calc-embedded-select}) command provides an |
| 29877 | easy way to operate on assigments. It is just like @kbd{M-# e}, | 29871 | easy way to operate on assignments. It is just like @kbd{M-# e}, |
| 29878 | except that if the enabled formula is an assignment, it uses | 29872 | except that if the enabled formula is an assignment, it uses |
| 29879 | @kbd{j 2} to select the righthand side. If the enabled formula | 29873 | @kbd{j 2} to select the righthand side. If the enabled formula |
| 29880 | is an evaluates-to, it uses @kbd{j 1} to select the lefthand side. | 29874 | is an evaluates-to, it uses @kbd{j 1} to select the lefthand side. |
| @@ -31736,7 +31730,7 @@ The strategy is to ensure that @cite{x} is nonnegative before calling | |||
| 31736 | to a suitable range, namely, plus-or-minus @c{$\pi \over 4$} | 31730 | to a suitable range, namely, plus-or-minus @c{$\pi \over 4$} |
| 31737 | @cite{pi/4}. Note that each | 31731 | @cite{pi/4}. Note that each |
| 31738 | test, and particularly the first comparison against 7, is designed so | 31732 | test, and particularly the first comparison against 7, is designed so |
| 31739 | that small roundoff errors cannnot produce an infinite loop. (Suppose | 31733 | that small roundoff errors cannot produce an infinite loop. (Suppose |
| 31740 | we compared with @samp{(two-pi)} instead; if due to roundoff problems | 31734 | we compared with @samp{(two-pi)} instead; if due to roundoff problems |
| 31741 | the modulo operator ever returned @samp{(two-pi)} exactly, an infinite | 31735 | the modulo operator ever returned @samp{(two-pi)} exactly, an infinite |
| 31742 | recursion could result!) We use modulo only for arguments that will | 31736 | recursion could result!) We use modulo only for arguments that will |
| @@ -31911,7 +31905,7 @@ treat them as ``black box'' objects with no important internal | |||
| 31911 | structure. | 31905 | structure. |
| 31912 | 31906 | ||
| 31913 | There is also a @code{rawnum} symbol, which is a combination of | 31907 | There is also a @code{rawnum} symbol, which is a combination of |
| 31914 | @code{raw} (returning a raw Calc object) and @code{num} (signalling | 31908 | @code{raw} (returning a raw Calc object) and @code{num} (signaling |
| 31915 | an error if that object is not a constant). | 31909 | an error if that object is not a constant). |
| 31916 | 31910 | ||
| 31917 | You can pass a raw Calc object to @code{calc-eval} in place of a | 31911 | You can pass a raw Calc object to @code{calc-eval} in place of a |
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index 8f4d01fa068..ef98f8ee38e 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi | |||
| @@ -1891,7 +1891,7 @@ returns a non-@code{nil} value succeeds and the evaluation stops. If | |||
| 1891 | none of the list elements return a non-@code{nil} value, then an offset | 1891 | none of the list elements return a non-@code{nil} value, then an offset |
| 1892 | of 0 (zero) is used@footnote{There is however a variable | 1892 | of 0 (zero) is used@footnote{There is however a variable |
| 1893 | @code{c-strict-syntax-p} that, when set to non-@code{nil}, will cause an | 1893 | @code{c-strict-syntax-p} that, when set to non-@code{nil}, will cause an |
| 1894 | error to be signalled in that case. It's now considered obsolete since | 1894 | error to be signaled in that case. It's now considered obsolete since |
| 1895 | it doesn't work well with some of the alignment functions that now | 1895 | it doesn't work well with some of the alignment functions that now |
| 1896 | returns @code{nil} instead of zero to be more usable in lists. You | 1896 | returns @code{nil} instead of zero to be more usable in lists. You |
| 1897 | should therefore leave @code{c-strict-syntax-p} set to @code{nil}.}. | 1897 | should therefore leave @code{c-strict-syntax-p} set to @code{nil}.}. |
| @@ -2301,7 +2301,7 @@ for C code in GNU programs. | |||
| 2301 | @item | 2301 | @item |
| 2302 | @code{bsd} --- Also known as ``Allman style'' after Eric Allman. | 2302 | @code{bsd} --- Also known as ``Allman style'' after Eric Allman. |
| 2303 | 2303 | ||
| 2304 | @cindex Whitesmith style | 2304 | @cindex Whitesmiths style |
| 2305 | @item | 2305 | @item |
| 2306 | @code{whitesmith} --- Popularized by the examples that came with | 2306 | @code{whitesmith} --- Popularized by the examples that came with |
| 2307 | Whitesmiths C, an early commercial C compiler. | 2307 | Whitesmiths C, an early commercial C compiler. |
| @@ -4163,7 +4163,7 @@ construct. | |||
| 4163 | @findex c-lineup-whitesmith-in-block | 4163 | @findex c-lineup-whitesmith-in-block |
| 4164 | @findex lineup-whitesmith-in-block (c-) | 4164 | @findex lineup-whitesmith-in-block (c-) |
| 4165 | @item c-lineup-whitesmith-in-block | 4165 | @item c-lineup-whitesmith-in-block |
| 4166 | Line up lines inside a block in Whitesmith style. It's done in a way | 4166 | Line up lines inside a block in Whitesmiths style. It's done in a way |
| 4167 | that works both when the opening brace hangs and when it doesn't. E.g: | 4167 | that works both when the opening brace hangs and when it doesn't. E.g: |
| 4168 | @example | 4168 | @example |
| 4169 | @group | 4169 | @group |
| @@ -4305,7 +4305,7 @@ As mentioned previous, @ccmode{} always trades speed for accuracy, | |||
| 4305 | however it is recognized that sometimes you need speed and can sacrifice | 4305 | however it is recognized that sometimes you need speed and can sacrifice |
| 4306 | some accuracy in indentation. The file @file{cc-lobotomy.el} contains | 4306 | some accuracy in indentation. The file @file{cc-lobotomy.el} contains |
| 4307 | hacks that will ``dumb down'' @ccmode{} in some specific ways, making | 4307 | hacks that will ``dumb down'' @ccmode{} in some specific ways, making |
| 4308 | that trade-off of accurancy for speed. I won't go into details of its | 4308 | that trade-off of accuracy for speed. I won't go into details of its |
| 4309 | use here; you should read the comments at the top of the file, and look | 4309 | use here; you should read the comments at the top of the file, and look |
| 4310 | at the variable @code{cc-lobotomy-pith-list} for details. | 4310 | at the variable @code{cc-lobotomy-pith-list} for details. |
| 4311 | 4311 | ||
diff --git a/man/ediff.texi b/man/ediff.texi index f4256fc55ae..5afe60e5e52 100644 --- a/man/ediff.texi +++ b/man/ediff.texi | |||
| @@ -262,8 +262,8 @@ utility to change the original files on disk. This is not that | |||
| 262 | dangerous, since you will always have the original contents of the file | 262 | dangerous, since you will always have the original contents of the file |
| 263 | saved in another file that has the extension @file{.orig}. | 263 | saved in another file that has the extension @file{.orig}. |
| 264 | Furthermore, if the file is under version control, then you can always back | 264 | Furthermore, if the file is under version control, then you can always back |
| 265 | out to one of the previous versions (see the section on Version Countrol in | 265 | out to one of the previous versions (see the section on Version Control in |
| 266 | Emacs manual). | 266 | the Emacs manual). |
| 267 | 267 | ||
| 268 | @code{ediff-patch-file} is careful about versions control: if the file | 268 | @code{ediff-patch-file} is careful about versions control: if the file |
| 269 | to be patched is checked in, then Ediff will offer to check it out, because | 269 | to be patched is checked in, then Ediff will offer to check it out, because |
| @@ -897,7 +897,7 @@ reduce the risk of developing a cataract. | |||
| 897 | In other situations, the currently highlighted region might be big and you | 897 | In other situations, the currently highlighted region might be big and you |
| 898 | might want to reconcile of them interactively. | 898 | might want to reconcile of them interactively. |
| 899 | 899 | ||
| 900 | All of this can be done with the above comand, @kbd{=}, which | 900 | All of this can be done with the above command, @kbd{=}, which |
| 901 | compares regions within Ediff buffers. Typing @kbd{=} creates a | 901 | compares regions within Ediff buffers. Typing @kbd{=} creates a |
| 902 | child Ediff session for comparing regions in buffers A, B, or | 902 | child Ediff session for comparing regions in buffers A, B, or |
| 903 | C as follows. | 903 | C as follows. |
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index 4059c28af8f..1f8d23ce470 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi | |||
| @@ -1108,7 +1108,7 @@ Use the contents of the file in the body of the part | |||
| 1108 | 1108 | ||
| 1109 | @item charset | 1109 | @item charset |
| 1110 | The contents of the body of the part are to be encoded in the character | 1110 | The contents of the body of the part are to be encoded in the character |
| 1111 | set speficied (@samp{Content-Type}). | 1111 | set specified (@samp{Content-Type}). |
| 1112 | 1112 | ||
| 1113 | @item name | 1113 | @item name |
| 1114 | Might be used to suggest a file name if the part is to be saved | 1114 | Might be used to suggest a file name if the part is to be saved |
diff --git a/man/emacs.texi b/man/emacs.texi index e1fa1c041bd..ffe0e081c3c 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -982,8 +982,8 @@ Carpenter, Hans Chalupsky, Bob Chassell, James Clark, Mike Clarkson, | |||
| 982 | Glynn Clements, Andrew Csillag, Doug Cutting, Michael DeCorte, Gary | 982 | Glynn Clements, Andrew Csillag, Doug Cutting, Michael DeCorte, Gary |
| 983 | Delp, Matthieu Devin, Eri Ding, Carsten Dominik, Scott Draves, Viktor | 983 | Delp, Matthieu Devin, Eri Ding, Carsten Dominik, Scott Draves, Viktor |
| 984 | Dukhovni, John Eaton, Rolf Ebert, Stephen Eglen, Torbj@"orn Einarsson, | 984 | Dukhovni, John Eaton, Rolf Ebert, Stephen Eglen, Torbj@"orn Einarsson, |
| 985 | Tsugumoto Enami, Hans Henrik Eriksen, Michael Ernst, Ata Etemadi, | 985 | Tsugutomo Enami, Hans Henrik Eriksen, Michael Ernst, Ata Etemadi, |
| 986 | Frederick Farnback, Fred Fish, Karl Fogel, Gary Foster, Noah Friedman, | 986 | Frederick Farnbach, Fred Fish, Karl Fogel, Gary Foster, Noah Friedman, |
| 987 | Keith Gabryelski, Kevin Gallagher, Kevin Gallo, Howard Gayle, Stephen | 987 | Keith Gabryelski, Kevin Gallagher, Kevin Gallo, Howard Gayle, Stephen |
| 988 | Gildea, David Gillespie, Bob Glickstein, Boris Goldowsky, Michelangelo | 988 | Gildea, David Gillespie, Bob Glickstein, Boris Goldowsky, Michelangelo |
| 989 | Grigni, Michael Gschwind, Henry Guillaume, Doug Gwyn, Ken'ichi Handa, | 989 | Grigni, Michael Gschwind, Henry Guillaume, Doug Gwyn, Ken'ichi Handa, |
diff --git a/man/eshell.texi b/man/eshell.texi index 742c279256e..1526fbaf401 100644 --- a/man/eshell.texi +++ b/man/eshell.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | 2 | ||
| 3 | @c "@(#)$Name: $:$Id: eshell.texi,v 1.13 2002/06/17 11:50:12 kai Exp $" | 3 | @c "@(#)$Name: $:$Id: eshell.texi,v 1.14 2002/06/17 15:55:51 kai Exp $" |
| 4 | 4 | ||
| 5 | @c Documentation for Eshell: The Emacs Shell. | 5 | @c Documentation for Eshell: The Emacs Shell. |
| 6 | @c Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 6 | @c Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| @@ -13,7 +13,7 @@ | |||
| 13 | @c your option) any later version. | 13 | @c your option) any later version. |
| 14 | 14 | ||
| 15 | @c GNU Emacs is distributed in the hope that it will be useful, but | 15 | @c GNU Emacs is distributed in the hope that it will be useful, but |
| 16 | @c WITHOUT ANY WARRANTY; without even the implied warraonty of | 16 | @c WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | @c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 17 | @c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 18 | @c General Public License for more details. | 18 | @c General Public License for more details. |
| 19 | 19 | ||
| @@ -762,7 +762,7 @@ scrolls back. | |||
| 762 | 762 | ||
| 763 | @item Using C-p and C-n with rebind gets into a locked state | 763 | @item Using C-p and C-n with rebind gets into a locked state |
| 764 | 764 | ||
| 765 | This happened a few times in Emacs 21, but has been unreproducable | 765 | This happened a few times in Emacs 21, but has been unreproducible |
| 766 | since. | 766 | since. |
| 767 | 767 | ||
| 768 | @item If an interactive process is currently running, @kbd{M-!} doesn't work | 768 | @item If an interactive process is currently running, @kbd{M-!} doesn't work |
| @@ -1008,7 +1008,7 @@ from @samp{!:1*}. | |||
| 1008 | 1008 | ||
| 1009 | This would allow for an ``output translators'', that take a function to | 1009 | This would allow for an ``output translators'', that take a function to |
| 1010 | modify output with, and a target. Devise a syntax that works well with | 1010 | modify output with, and a target. Devise a syntax that works well with |
| 1011 | pipes, and can accomodate multiple functions (i.e., @samp{>'(upcase | 1011 | pipes, and can accommodate multiple functions (i.e., @samp{>'(upcase |
| 1012 | regexp-quote)} or @samp{>'upcase}). | 1012 | regexp-quote)} or @samp{>'upcase}). |
| 1013 | 1013 | ||
| 1014 | @item Allow Eshell to read/write to/from standard input and output | 1014 | @item Allow Eshell to read/write to/from standard input and output |
diff --git a/man/faq.texi b/man/faq.texi index 7f52f7940c5..b982307a4e2 100644 --- a/man/faq.texi +++ b/man/faq.texi | |||
| @@ -1162,7 +1162,7 @@ and are now included with the standard distribution. | |||
| 1162 | @cindex Toolbar support | 1162 | @cindex Toolbar support |
| 1163 | Emacs 21 features a thorough rewrite of the display engine. The new | 1163 | Emacs 21 features a thorough rewrite of the display engine. The new |
| 1164 | display engine supports variable-size fonts, images, and can play sounds | 1164 | display engine supports variable-size fonts, images, and can play sounds |
| 1165 | on platforms which support that. As a result, the visual appearence of | 1165 | on platforms which support that. As a result, the visual appearance of |
| 1166 | Emacs, when it runs on a windowed display, is much more reminiscent of | 1166 | Emacs, when it runs on a windowed display, is much more reminiscent of |
| 1167 | modern GUI programs, and includes 3D widgets (used for the mode line and | 1167 | modern GUI programs, and includes 3D widgets (used for the mode line and |
| 1168 | the scroll bars), a configurable and extensible toolbar, tooltips | 1168 | the scroll bars), a configurable and extensible toolbar, tooltips |
| @@ -2595,7 +2595,7 @@ consult the documentation of the variables @code{ps-printer-name}, | |||
| 2595 | @node Scrolling only one line, Replacing highlighted text, Turning on syntax highlighting, Common requests | 2595 | @node Scrolling only one line, Replacing highlighted text, Turning on syntax highlighting, Common requests |
| 2596 | @section How can I force Emacs to scroll only one line when I move past the bottom of the screen? | 2596 | @section How can I force Emacs to scroll only one line when I move past the bottom of the screen? |
| 2597 | @cindex Scrolling only one line | 2597 | @cindex Scrolling only one line |
| 2598 | @cindex Reducing the increment when scrollng | 2598 | @cindex Reducing the increment when scrolling |
| 2599 | 2599 | ||
| 2600 | Place the following Lisp form in your @file{.emacs} file: | 2600 | Place the following Lisp form in your @file{.emacs} file: |
| 2601 | 2601 | ||
| @@ -2609,7 +2609,7 @@ Place the following Lisp form in your @file{.emacs} file: | |||
| 2609 | @section How can I replace highlighted text with what I type? | 2609 | @section How can I replace highlighted text with what I type? |
| 2610 | @cindex @code{delete-selection-mode} | 2610 | @cindex @code{delete-selection-mode} |
| 2611 | @cindex Replacing highlighted text | 2611 | @cindex Replacing highlighted text |
| 2612 | @cindex Highlighing and replacing text | 2612 | @cindex Highlighting and replacing text |
| 2613 | 2613 | ||
| 2614 | Use @code{delete-selection-mode}, which you can start automatically by | 2614 | Use @code{delete-selection-mode}, which you can start automatically by |
| 2615 | placing the following Lisp form in your @file{.emacs} file: | 2615 | placing the following Lisp form in your @file{.emacs} file: |
| @@ -3512,7 +3512,7 @@ To get the Xmenu stuff to work, you need to find a copy of MIT's | |||
| 3512 | @cindex Snail mail, ordering Emacs via | 3512 | @cindex Snail mail, ordering Emacs via |
| 3513 | @cindex Postal service, ordering Emacs via | 3513 | @cindex Postal service, ordering Emacs via |
| 3514 | @cindex Distribution, retrieving Emacs | 3514 | @cindex Distribution, retrieving Emacs |
| 3515 | @cindex Internet, retreiving from | 3515 | @cindex Internet, retrieving from |
| 3516 | 3516 | ||
| 3517 | Look in the files @file{etc/DISTRIB} and @file{etc/FTP} for information | 3517 | Look in the files @file{etc/DISTRIB} and @file{etc/FTP} for information |
| 3518 | on nearby archive sites and @file{etc/ORDERS} for mail orders. If you | 3518 | on nearby archive sites and @file{etc/ORDERS} for mail orders. If you |
diff --git a/man/files.texi b/man/files.texi index 9eb396fb011..0112381a180 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -2646,7 +2646,7 @@ pick up any recent changes from the repository first, using @kbd{C-x v m | |||
| 2646 | 2646 | ||
| 2647 | @vindex vc-cvs-global-switches | 2647 | @vindex vc-cvs-global-switches |
| 2648 | The variable @code{vc-cvs-global-switches} should be a string | 2648 | The variable @code{vc-cvs-global-switches} should be a string |
| 2649 | specifyng switches to pass to CVS for all CVS operations. | 2649 | specifying switches to pass to CVS for all CVS operations. |
| 2650 | 2650 | ||
| 2651 | When @code{vc-cvs-stay-local} is @code{t}, VC also makes local | 2651 | When @code{vc-cvs-stay-local} is @code{t}, VC also makes local |
| 2652 | version backups, so that simple diff and revert operations are | 2652 | version backups, so that simple diff and revert operations are |
diff --git a/man/forms.texi b/man/forms.texi index 02fa1dd5517..c7ef4aefc4b 100644 --- a/man/forms.texi +++ b/man/forms.texi | |||
| @@ -338,7 +338,7 @@ If the variable @code{forms-forms-scrolls} is set to a value other | |||
| 338 | than @code{nil} (which it is, by default), the Emacs functions | 338 | than @code{nil} (which it is, by default), the Emacs functions |
| 339 | @code{scroll-up} and @code{scroll-down} will perform a | 339 | @code{scroll-up} and @code{scroll-down} will perform a |
| 340 | @code{forms-next-record} and @code{forms-prev-record} when in forms | 340 | @code{forms-next-record} and @code{forms-prev-record} when in forms |
| 341 | mode. So you can use your favourite page commands to page through the | 341 | mode. So you can use your favorite page commands to page through the |
| 342 | data file. | 342 | data file. |
| 343 | 343 | ||
| 344 | @vindex forms-forms-jump | 344 | @vindex forms-forms-jump |
diff --git a/man/gnus.texi b/man/gnus.texi index 0de65081dba..55987a1bce8 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -568,7 +568,7 @@ Article Treatment | |||
| 568 | * Article Buttons:: Click on URLs, Message-IDs, addresses and the like. | 568 | * Article Buttons:: Click on URLs, Message-IDs, addresses and the like. |
| 569 | * Article Date:: Grumble, UT! | 569 | * Article Date:: Grumble, UT! |
| 570 | * Article Signature:: What is a signature? | 570 | * Article Signature:: What is a signature? |
| 571 | * Article Miscellania:: Various other stuff. | 571 | * Article Miscellanea:: Various other stuff. |
| 572 | 572 | ||
| 573 | Alternative Approaches | 573 | Alternative Approaches |
| 574 | 574 | ||
| @@ -6988,7 +6988,7 @@ these articles easier. | |||
| 6988 | * Article Buttons:: Click on URLs, Message-IDs, addresses and the like. | 6988 | * Article Buttons:: Click on URLs, Message-IDs, addresses and the like. |
| 6989 | * Article Date:: Grumble, UT! | 6989 | * Article Date:: Grumble, UT! |
| 6990 | * Article Signature:: What is a signature? | 6990 | * Article Signature:: What is a signature? |
| 6991 | * Article Miscellania:: Various other stuff. | 6991 | * Article Miscellanea:: Various other stuff. |
| 6992 | @end menu | 6992 | @end menu |
| 6993 | 6993 | ||
| 6994 | 6994 | ||
| @@ -7816,8 +7816,8 @@ the regular expression @samp{^---*Forwarded article}, then it isn't a | |||
| 7816 | signature after all. | 7816 | signature after all. |
| 7817 | 7817 | ||
| 7818 | 7818 | ||
| 7819 | @node Article Miscellania | 7819 | @node Article Miscellanea |
| 7820 | @subsection Article Miscellania | 7820 | @subsection Article Miscellanea |
| 7821 | 7821 | ||
| 7822 | @table @kbd | 7822 | @table @kbd |
| 7823 | @item A t | 7823 | @item A t |
| @@ -10486,8 +10486,8 @@ server: | |||
| 10486 | @vindex nntp-server-opened-hook | 10486 | @vindex nntp-server-opened-hook |
| 10487 | @cindex @sc{mode reader} | 10487 | @cindex @sc{mode reader} |
| 10488 | @cindex authinfo | 10488 | @cindex authinfo |
| 10489 | @cindex authentification | 10489 | @cindex authentication |
| 10490 | @cindex nntp authentification | 10490 | @cindex nntp authentication |
| 10491 | @findex nntp-send-authinfo | 10491 | @findex nntp-send-authinfo |
| 10492 | @findex nntp-send-mode-reader | 10492 | @findex nntp-send-mode-reader |
| 10493 | is run after a connection has been made. It can be used to send | 10493 | is run after a connection has been made. It can be used to send |
| @@ -10706,7 +10706,7 @@ This works for Solaris @code{telnet}, for instance. | |||
| 10706 | @findex nntp-open-ssl-stream | 10706 | @findex nntp-open-ssl-stream |
| 10707 | @item nntp-open-ssl-stream | 10707 | @item nntp-open-ssl-stream |
| 10708 | Opens a connection to a server over a @dfn{secure} channel. To use this | 10708 | Opens a connection to a server over a @dfn{secure} channel. To use this |
| 10709 | you must have SSLay installed | 10709 | you must have SSLeay installed |
| 10710 | (@uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}, and you also need | 10710 | (@uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}, and you also need |
| 10711 | @file{ssl.el} (from the W3 distribution, for instance). You then | 10711 | @file{ssl.el} (from the W3 distribution, for instance). You then |
| 10712 | define a server as follows: | 10712 | define a server as follows: |
| @@ -16088,7 +16088,7 @@ each instance of a word should add given a mark. | |||
| 16088 | (,gnus-del-mark . -15))) | 16088 | (,gnus-del-mark . -15))) |
| 16089 | @end lisp | 16089 | @end lisp |
| 16090 | 16090 | ||
| 16091 | This is the default value. If you have adaption on words enabled, every | 16091 | This is the default value. If you adapt on words, every |
| 16092 | word that appears in subjects of articles marked with | 16092 | word that appears in subjects of articles marked with |
| 16093 | @code{gnus-read-mark} will result in a score rule that increase the | 16093 | @code{gnus-read-mark} will result in a score rule that increase the |
| 16094 | score with 30 points. | 16094 | score with 30 points. |
| @@ -16974,7 +16974,7 @@ four days, Gnus will decay the scores four times, for instance. | |||
| 16974 | * Compilation:: How to speed Gnus up. | 16974 | * Compilation:: How to speed Gnus up. |
| 16975 | * Mode Lines:: Displaying information in the mode lines. | 16975 | * Mode Lines:: Displaying information in the mode lines. |
| 16976 | * Highlighting and Menus:: Making buffers look all nice and cozy. | 16976 | * Highlighting and Menus:: Making buffers look all nice and cozy. |
| 16977 | * Buttons:: Get tendonitis in ten easy steps! | 16977 | * Buttons:: Get tendinitis in ten easy steps! |
| 16978 | * Daemons:: Gnus can do things behind your back. | 16978 | * Daemons:: Gnus can do things behind your back. |
| 16979 | * NoCeM:: How to avoid spam and other fatty foods. | 16979 | * NoCeM:: How to avoid spam and other fatty foods. |
| 16980 | * Undo:: Some actions can be undone. | 16980 | * Undo:: Some actions can be undone. |
| @@ -19890,7 +19890,7 @@ considered home score and adapt files (@pxref{Home Score File}) have | |||
| 19890 | been added. | 19890 | been added. |
| 19891 | 19891 | ||
| 19892 | @item | 19892 | @item |
| 19893 | @code{nndoc} was rewritten to be easily extendable (@pxref{Document | 19893 | @code{nndoc} was rewritten to be easily extensible (@pxref{Document |
| 19894 | Server Internals}). | 19894 | Server Internals}). |
| 19895 | 19895 | ||
| 19896 | @item | 19896 | @item |
| @@ -19997,7 +19997,7 @@ More hooks and functions have been added to remove junk from incoming | |||
| 19997 | mail before saving the mail (@pxref{Washing Mail}). | 19997 | mail before saving the mail (@pxref{Washing Mail}). |
| 19998 | 19998 | ||
| 19999 | @item | 19999 | @item |
| 20000 | Emphasized text can be properly fontisized: | 20000 | Emphasized text can be properly fontified: |
| 20001 | 20001 | ||
| 20002 | @end itemize | 20002 | @end itemize |
| 20003 | 20003 | ||
| @@ -20423,7 +20423,7 @@ original. | |||
| 20423 | @cindex ephemeral groups | 20423 | @cindex ephemeral groups |
| 20424 | Most groups store data on what articles you have read. @dfn{Ephemeral} | 20424 | Most groups store data on what articles you have read. @dfn{Ephemeral} |
| 20425 | groups are groups that will have no data stored---when you exit the | 20425 | groups are groups that will have no data stored---when you exit the |
| 20426 | group, it'll disappear into the aether. | 20426 | group, it'll disappear into the ether. |
| 20427 | 20427 | ||
| 20428 | @item solid groups | 20428 | @item solid groups |
| 20429 | @cindex solid groups | 20429 | @cindex solid groups |
diff --git a/man/idlwave.texi b/man/idlwave.texi index 9e04d43b012..a087e3e0778 100644 --- a/man/idlwave.texi +++ b/man/idlwave.texi | |||
| @@ -1084,7 +1084,7 @@ When you ask for routine information about an object method, and the | |||
| 1084 | method exists in several classes, IDLWAVE queries for the class of the | 1084 | method exists in several classes, IDLWAVE queries for the class of the |
| 1085 | object, unless the class is already known through a text property on the | 1085 | object, unless the class is already known through a text property on the |
| 1086 | @samp{->} operator (@pxref{Object Method Completion and Class | 1086 | @samp{->} operator (@pxref{Object Method Completion and Class |
| 1087 | Ambiguity}), or by having been explicity included in the call | 1087 | Ambiguity}), or by having been explicitly included in the call |
| 1088 | (e.g. @code{a->myclass::Foo}). | 1088 | (e.g. @code{a->myclass::Foo}). |
| 1089 | 1089 | ||
| 1090 | @cindex Calling sequences | 1090 | @cindex Calling sequences |
| @@ -1594,7 +1594,7 @@ entire class inheritance chain. This is often referred to as | |||
| 1594 | @emph{chaining}, and is characterized by chained method calls like | 1594 | @emph{chaining}, and is characterized by chained method calls like |
| 1595 | @w{@code{self->MySuperClass::SetProperty,_EXTRA=e}}. | 1595 | @w{@code{self->MySuperClass::SetProperty,_EXTRA=e}}. |
| 1596 | 1596 | ||
| 1597 | IDLWAVE can accomodate this special synergy between class and keyword | 1597 | IDLWAVE can accommodate this special synergy between class and keyword |
| 1598 | inheritance: if @code{_EXTRA} or @code{_REF_EXTRA} are detected among a | 1598 | inheritance: if @code{_EXTRA} or @code{_REF_EXTRA} are detected among a |
| 1599 | method's keyword parameters, all keywords of superclass versions of the | 1599 | method's keyword parameters, all keywords of superclass versions of the |
| 1600 | method being considered are included in completion. The completion | 1600 | method being considered are included in completion. The completion |
| @@ -2053,7 +2053,7 @@ expansion. | |||
| 2053 | @cindex Modification timestamp | 2053 | @cindex Modification timestamp |
| 2054 | @cindex Header, for file documentation | 2054 | @cindex Header, for file documentation |
| 2055 | @cindex Timestamp, in doc header. | 2055 | @cindex Timestamp, in doc header. |
| 2056 | @cindex Changelog, in doc header. | 2056 | @cindex ChangeLog, in doc header. |
| 2057 | 2057 | ||
| 2058 | @kindex C-c C-h | 2058 | @kindex C-c C-h |
| 2059 | @kindex C-c C-m | 2059 | @kindex C-c C-m |
| @@ -2627,7 +2627,7 @@ execution is stopped in a buffer due to a triggered breakpoint or error, | |||
| 2627 | or while composing a long command in the IDLWAVE shell. In the latter | 2627 | or while composing a long command in the IDLWAVE shell. In the latter |
| 2628 | case, the command is sent to the shell and its output is visible, but | 2628 | case, the command is sent to the shell and its output is visible, but |
| 2629 | point remains unmoved in the command being composed --- you can inspect | 2629 | point remains unmoved in the command being composed --- you can inspect |
| 2630 | the contituents of a command you're building without interrupting the | 2630 | the constituents of a command you're building without interrupting the |
| 2631 | process of building it! You can even print arbitrary expressions from | 2631 | process of building it! You can even print arbitrary expressions from |
| 2632 | older input or output further up in the shell window --- any expression, | 2632 | older input or output further up in the shell window --- any expression, |
| 2633 | variable, number, or function you see can be examined. | 2633 | variable, number, or function you see can be examined. |
diff --git a/man/maintaining.texi b/man/maintaining.texi index 16d63a463d2..fcc596d03ca 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -251,7 +251,7 @@ In La@TeX{} text, the argument of any of the commands @code{\chapter}, | |||
| 251 | @code{\section}, @code{\subsection}, @code{\subsubsection}, | 251 | @code{\section}, @code{\subsection}, @code{\subsubsection}, |
| 252 | @code{\eqno}, @code{\label}, @code{\ref}, @code{\cite}, | 252 | @code{\eqno}, @code{\label}, @code{\ref}, @code{\cite}, |
| 253 | @code{\bibitem}, @code{\part}, @code{\appendix}, @code{\entry}, | 253 | @code{\bibitem}, @code{\part}, @code{\appendix}, @code{\entry}, |
| 254 | @code{\index}, @code{\def}, @code{\newcomand}, @code{\renewcommand}, | 254 | @code{\index}, @code{\def}, @code{\newcommand}, @code{\renewcommand}, |
| 255 | @code{\newenvironment} or @code{\renewenvironment} is a tag.@refill | 255 | @code{\newenvironment} or @code{\renewenvironment} is a tag.@refill |
| 256 | 256 | ||
| 257 | Other commands can make tags as well, if you specify them in the | 257 | Other commands can make tags as well, if you specify them in the |
diff --git a/man/message.texi b/man/message.texi index 96d9e354581..7274fb370f2 100644 --- a/man/message.texi +++ b/man/message.texi | |||
| @@ -837,7 +837,7 @@ Responses to messages have subjects that start with @samp{Re: }. This | |||
| 837 | is @emph{not} an abbreviation of the English word ``response'', but is | 837 | is @emph{not} an abbreviation of the English word ``response'', but is |
| 838 | Latin, and means ``in response to''. Some illiterate nincompoops have | 838 | Latin, and means ``in response to''. Some illiterate nincompoops have |
| 839 | failed to grasp this fact, and have ``internationalized'' their software | 839 | failed to grasp this fact, and have ``internationalized'' their software |
| 840 | to use abonimations like @samp{Aw: } (``antwort'') or @samp{Sv: } | 840 | to use abominations like @samp{Aw: } (``antwort'') or @samp{Sv: } |
| 841 | (``svar'') instead, which is meaningless and evil. However, you may | 841 | (``svar'') instead, which is meaningless and evil. However, you may |
| 842 | have to deal with users that use these evil tools, in which case you may | 842 | have to deal with users that use these evil tools, in which case you may |
| 843 | set this variable to a regexp that matches these prefixes. Myself, I | 843 | set this variable to a regexp that matches these prefixes. Myself, I |
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 9c370662265..20a5fb4412b 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | 2 | ||
| 3 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.14 2002/02/13 22:30:34 monnier Exp $" | 3 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.15 2002/04/09 18:41:56 monnier Exp $" |
| 4 | 4 | ||
| 5 | @c Documentation for the GNU Emacs CVS mode. | 5 | @c Documentation for the GNU Emacs CVS mode. |
| 6 | @c Copyright (C) 1991,92,93,94,95,96,97,98,99,2000, 2001 Free Software Foundation, Inc. | 6 | @c Copyright (C) 1991,92,93,94,95,96,97,98,99,2000, 2001 Free Software Foundation, Inc. |
| @@ -235,7 +235,7 @@ on both the functionality and the documentation.@refill | |||
| 235 | @file{pcl-cvs-xemacs.el}.@refill | 235 | @file{pcl-cvs-xemacs.el}.@refill |
| 236 | 236 | ||
| 237 | @item | 237 | @item |
| 238 | Leif Lonnblad contributed RCVS support (since superceded by the new | 238 | Leif Lonnblad contributed RCVS support (since superseded by the new |
| 239 | remote CVS support). | 239 | remote CVS support). |
| 240 | 240 | ||
| 241 | @item | 241 | @item |
diff --git a/man/reftex.texi b/man/reftex.texi index 5a29f125ef8..738156c6f8e 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -1632,9 +1632,9 @@ logic @code{and} for regular expressions. For example | |||
| 1632 | @samp{Einstein&&Bose} will match all articles which mention | 1632 | @samp{Einstein&&Bose} will match all articles which mention |
| 1633 | Bose-Einstein condensation, or which are co-authored by Bose and | 1633 | Bose-Einstein condensation, or which are co-authored by Bose and |
| 1634 | Einstein. When entering the regular expression, you can complete on | 1634 | Einstein. When entering the regular expression, you can complete on |
| 1635 | known citation keys. RefTeX also offeres a default when prompting for a | 1635 | known citation keys. RefTeX also offers a default when prompting for a |
| 1636 | regular expression. This default is the word before the cursor or the | 1636 | regular expression. This default is the word before the cursor or the |
| 1637 | word before the current @samp{\cite} comand. Sometimes this may be a | 1637 | word before the current @samp{\cite} command. Sometimes this may be a |
| 1638 | good search key.@refill | 1638 | good search key.@refill |
| 1639 | 1639 | ||
| 1640 | @cindex @code{\bibliography} | 1640 | @cindex @code{\bibliography} |
| @@ -3439,7 +3439,7 @@ Make a citation using BibTeX database files. After prompting for a regular | |||
| 3439 | expression, scans the buffers with BibTeX entries (taken from the | 3439 | expression, scans the buffers with BibTeX entries (taken from the |
| 3440 | @code{\bibliography} command or a @code{thebibliography} environment) | 3440 | @code{\bibliography} command or a @code{thebibliography} environment) |
| 3441 | and offers the matching entries for selection. The selected entry is | 3441 | and offers the matching entries for selection. The selected entry is |
| 3442 | formated according to @code{reftex-cite-format} and inserted into the | 3442 | formatted according to @code{reftex-cite-format} and inserted into the |
| 3443 | buffer.@refill @* | 3443 | buffer.@refill @* |
| 3444 | When called with one or two @kbd{C-u} prefixes, first rescans the | 3444 | When called with one or two @kbd{C-u} prefixes, first rescans the |
| 3445 | document. When called with a numeric prefix, make that many citations. | 3445 | document. When called with a numeric prefix, make that many citations. |
| @@ -5448,7 +5448,7 @@ New option @code{reftex-toc-max-level} to limit the depth of the toc. | |||
| 5448 | New key binding @kbd{t} in the @file{*toc*} buffer to change this | 5448 | New key binding @kbd{t} in the @file{*toc*} buffer to change this |
| 5449 | setting.@refill | 5449 | setting.@refill |
| 5450 | @item | 5450 | @item |
| 5451 | RefTeX maintaines an @file{Index Phrases} file in which phrases can be | 5451 | RefTeX maintains an @file{Index Phrases} file in which phrases can be |
| 5452 | collected. When the document is ready, RefTeX can search all | 5452 | collected. When the document is ready, RefTeX can search all |
| 5453 | these phrases and assist indexing all matches.@refill | 5453 | these phrases and assist indexing all matches.@refill |
| 5454 | @item | 5454 | @item |
diff --git a/man/sc.texi b/man/sc.texi index 30357640a48..2c7fd382ca2 100644 --- a/man/sc.texi +++ b/man/sc.texi | |||
| @@ -1826,7 +1826,7 @@ of the following elements:@refill | |||
| 1826 | @table @asis | 1826 | @table @asis |
| 1827 | @item the symbol @code{continue} | 1827 | @item the symbol @code{continue} |
| 1828 | This tells Regi to continue processing entries after a match, instead of | 1828 | This tells Regi to continue processing entries after a match, instead of |
| 1829 | reseting the frame and moving @samp{point}. In this way, lines of text | 1829 | resetting the frame and moving @samp{point}. In this way, lines of text |
| 1830 | can have multiple matches, but you have to be careful to avoid entering | 1830 | can have multiple matches, but you have to be careful to avoid entering |
| 1831 | infinite loops. | 1831 | infinite loops. |
| 1832 | 1832 | ||
diff --git a/man/tramp.texi b/man/tramp.texi index 5b764386eab..daf32c7c184 100644 --- a/man/tramp.texi +++ b/man/tramp.texi | |||
| @@ -455,7 +455,7 @@ recognizes. One can be found in a default install at | |||
| 455 | @file{/usr/info/dir}. Copy the top of this file down to the first | 455 | @file{/usr/info/dir}. Copy the top of this file down to the first |
| 456 | occurrence of `* Menu' including that line plus one more blank line, | 456 | occurrence of `* Menu' including that line plus one more blank line, |
| 457 | to your working directory @file{texi/dir}, or use the sample provided | 457 | to your working directory @file{texi/dir}, or use the sample provided |
| 458 | in the @file{texi} directroy of this distribution. See | 458 | in the @file{texi} directory of this distribution. See |
| 459 | @file{texi/dir_sample} | 459 | @file{texi/dir_sample} |
| 460 | 460 | ||
| 461 | Once a @file{dir} file is in place, this command will make the entry. | 461 | Once a @file{dir} file is in place, this command will make the entry. |
| @@ -541,9 +541,9 @@ differ. | |||
| 541 | @cindex methods, external transfer | 541 | @cindex methods, external transfer |
| 542 | @cindex methods, out-of-band | 542 | @cindex methods, out-of-band |
| 543 | Loading or saving a remote file requires that the content of the file | 543 | Loading or saving a remote file requires that the content of the file |
| 544 | be transfered between the two machines. The content of the file can be | 544 | be transferred between the two machines. The content of the file can be |
| 545 | transfered over the same connection used to log in to the remote | 545 | transferred over the same connection used to log in to the remote |
| 546 | machine or the file can be transfered through another connection using | 546 | machine or the file can be transferred through another connection using |
| 547 | a remote copy program such as @command{rcp}, @command{scp} or | 547 | a remote copy program such as @command{rcp}, @command{scp} or |
| 548 | @command{rsync}. The former are called @dfn{inline methods}, the | 548 | @command{rsync}. The former are called @dfn{inline methods}, the |
| 549 | latter are called @dfn{out-of-band methods} or @dfn{external transfer | 549 | latter are called @dfn{out-of-band methods} or @dfn{external transfer |
| @@ -643,7 +643,7 @@ There are also two variants, @option{sm-ssh1} and @option{sm-ssh2} | |||
| 643 | that use the @command{ssh1} and @command{ssh2} commands explicitly. If | 643 | that use the @command{ssh1} and @command{ssh2} commands explicitly. If |
| 644 | you don't know what these are, you do not need these options. | 644 | you don't know what these are, you do not need these options. |
| 645 | 645 | ||
| 646 | All the methods based on @command{ssh} have an additional kludgy | 646 | All the methods based on @command{ssh} have an additional kludgey |
| 647 | feature: you can specify a host name which looks like @file{host#42} | 647 | feature: you can specify a host name which looks like @file{host#42} |
| 648 | (the real host name, then a hash sign, then a port number). This | 648 | (the real host name, then a hash sign, then a port number). This |
| 649 | means to connect to the given host but to also pass @code{-p 42} as | 649 | means to connect to the given host but to also pass @code{-p 42} as |
| @@ -901,7 +901,7 @@ The cost of the cryptographic handshake at the start of an @command{scp} | |||
| 901 | session can begin to absorb the advantage that the lack of encoding and | 901 | session can begin to absorb the advantage that the lack of encoding and |
| 902 | decoding presents. | 902 | decoding presents. |
| 903 | 903 | ||
| 904 | All the @command{ssh} based methods support the kludgy @samp{-p} | 904 | All the @command{ssh} based methods support the kludgey @samp{-p} |
| 905 | feature where you can specify a port number to connect to in the host | 905 | feature where you can specify a port number to connect to in the host |
| 906 | name. For example, the host name @file{host#42} tells Tramp to | 906 | name. For example, the host name @file{host#42} tells Tramp to |
| 907 | specify @samp{-p 42} in the argument list for @command{ssh}. | 907 | specify @samp{-p 42} in the argument list for @command{ssh}. |
diff --git a/man/woman.texi b/man/woman.texi index ecafbe44794..aee55b2a28c 100644 --- a/man/woman.texi +++ b/man/woman.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @c $Id: woman.texi,v 1.9 2002/07/01 08:05:00 rms Exp $ | 2 | @c $Id: woman.texi,v 1.10 2002/07/01 08:06:37 rms Exp $ |
| 3 | @c %**start of header | 3 | @c %**start of header |
| 4 | @setfilename ../info/woman | 4 | @setfilename ../info/woman |
| 5 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' | 5 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' |
| @@ -295,7 +295,7 @@ advantage of the display capabilities available to it, and I hope to | |||
| 295 | develop WoMan to take advantage of developments in Emacs itself. At | 295 | develop WoMan to take advantage of developments in Emacs itself. At |
| 296 | present, WoMan uses several display faces to support bold and italic | 296 | present, WoMan uses several display faces to support bold and italic |
| 297 | text, to indicate other fonts, etc. The default faces are also | 297 | text, to indicate other fonts, etc. The default faces are also |
| 298 | coloured, but the choice of faces is customizable. WoMan provides menu | 298 | colored, but the choice of faces is customizable. WoMan provides menu |
| 299 | support for navigation and mouse support for following references, in | 299 | support for navigation and mouse support for following references, in |
| 300 | addition to the navigation facilities provided by @code{man} mode. | 300 | addition to the navigation facilities provided by @code{man} mode. |
| 301 | WoMan has (this) texinfo documentation! | 301 | WoMan has (this) texinfo documentation! |
| @@ -344,7 +344,7 @@ the @file{site-lisp} directory in your Emacs file tree, e.g.@: | |||
| 344 | @var{version} is your Emacs version), provided you have write access to | 344 | @var{version} is your Emacs version), provided you have write access to |
| 345 | it. If you use a directory that is not included by default in your | 345 | it. If you use a directory that is not included by default in your |
| 346 | Emacs load path then you need to add something like this to your | 346 | Emacs load path then you need to add something like this to your |
| 347 | @file{.emacs} initialisation file: | 347 | @file{.emacs} initialization file: |
| 348 | 348 | ||
| 349 | @lisp | 349 | @lisp |
| 350 | (add-to-list 'load-path "my-lisp") | 350 | (add-to-list 'load-path "my-lisp") |
| @@ -365,7 +365,7 @@ harm.) | |||
| 365 | @heading Setup | 365 | @heading Setup |
| 366 | 366 | ||
| 367 | Setup that is either necessary or desirable consists of adding a small | 367 | Setup that is either necessary or desirable consists of adding a small |
| 368 | amount of Emacs Lisp code to your @file{.emacs} initialisation file. It | 368 | amount of Emacs Lisp code to your @file{.emacs} initialization file. It |
| 369 | may be necessary (or at least convenient) to make WoMan autoload (if you | 369 | may be necessary (or at least convenient) to make WoMan autoload (if you |
| 370 | are not running GNU Emacs 21 or later) and to set the search path used | 370 | are not running GNU Emacs 21 or later) and to set the search path used |
| 371 | by the @code{woman} interface. You may also find it convenient to make | 371 | by the @code{woman} interface. You may also find it convenient to make |
| @@ -453,7 +453,7 @@ loaded, then add the following to your @file{.emacs} file: | |||
| 453 | 453 | ||
| 454 | (By default, WoMan will automatically define the dired keys @kbd{W} and | 454 | (By default, WoMan will automatically define the dired keys @kbd{W} and |
| 455 | @kbd{w} when it loads, but only if they are not already defined. This | 455 | @kbd{w} when it loads, but only if they are not already defined. This |
| 456 | behaviour is controlled by the user option @code{woman-dired-keys}. | 456 | behavior is controlled by the user option @code{woman-dired-keys}. |
| 457 | Note that the @code{dired-x} (dired extra) package binds | 457 | Note that the @code{dired-x} (dired extra) package binds |
| 458 | @code{dired-copy-filename-as-kill} to the key @kbd{w}, although @kbd{W} | 458 | @code{dired-copy-filename-as-kill} to the key @kbd{w}, although @kbd{W} |
| 459 | appears to be unused. The @code{dired-x} package will over-write the | 459 | appears to be unused. The @code{dired-x} package will over-write the |
| @@ -488,7 +488,7 @@ file: | |||
| 488 | If you really want to square the man-woman circle then you can! If you | 488 | If you really want to square the man-woman circle then you can! If you |
| 489 | run the GNU command interpreter @code{bash} then you might care to | 489 | run the GNU command interpreter @code{bash} then you might care to |
| 490 | define the following @code{bash} function in your @code{bash} | 490 | define the following @code{bash} function in your @code{bash} |
| 491 | initialisation file @file{.bashrc}: | 491 | initialization file @file{.bashrc}: |
| 492 | 492 | ||
| 493 | @example | 493 | @example |
| 494 | man() @{ gnudoit -q '(raise-frame (selected-frame)) (woman' \"$1\" ')' ; @} | 494 | man() @{ gnudoit -q '(raise-frame (selected-frame)) (woman' \"$1\" ')' ; @} |
| @@ -1396,11 +1396,11 @@ formatting. | |||
| 1396 | @item woman-bold-headings | 1396 | @item woman-bold-headings |
| 1397 | A boolean value. If non-@code{nil} then embolden section and subsection | 1397 | A boolean value. If non-@code{nil} then embolden section and subsection |
| 1398 | headings. Default is @code{t}. [Heading emboldening is @emph{not} standard | 1398 | headings. Default is @code{t}. [Heading emboldening is @emph{not} standard |
| 1399 | @code{man} behaviour.] | 1399 | @code{man} behavior.] |
| 1400 | 1400 | ||
| 1401 | @item woman-ignore | 1401 | @item woman-ignore |
| 1402 | A boolean value. If non-@code{nil} then unrecognised requests etc. are | 1402 | A boolean value. If non-@code{nil} then unrecognised requests etc. are |
| 1403 | ignored. Default is @code{t}. This gives the standard @code{ROFF} behaviour. | 1403 | ignored. Default is @code{t}. This gives the standard @code{ROFF} behavior. |
| 1404 | If @code{nil} then they are left in the buffer, which may aid debugging. | 1404 | If @code{nil} then they are left in the buffer, which may aid debugging. |
| 1405 | 1405 | ||
| 1406 | @item woman-preserve-ascii | 1406 | @item woman-preserve-ascii |
| @@ -1428,7 +1428,7 @@ man page. | |||
| 1428 | @item woman-fontify | 1428 | @item woman-fontify |
| 1429 | A boolean value. If non-@code{nil} then WoMan assumes that face support is | 1429 | A boolean value. If non-@code{nil} then WoMan assumes that face support is |
| 1430 | available. It defaults to a non-@code{nil} value if the display supports | 1430 | available. It defaults to a non-@code{nil} value if the display supports |
| 1431 | either colours or different fonts. | 1431 | either colors or different fonts. |
| 1432 | 1432 | ||
| 1433 | @item woman-italic-face | 1433 | @item woman-italic-face |
| 1434 | Face for italic font in man pages. Default: italic, underlined, | 1434 | Face for italic font in man pages. Default: italic, underlined, |
| @@ -1496,7 +1496,7 @@ Under MS-Windows, the default is | |||
| 1496 | @cindex log buffer | 1496 | @cindex log buffer |
| 1497 | @cindex buffer, log | 1497 | @cindex buffer, log |
| 1498 | 1498 | ||
| 1499 | This is modelled on the Emacs byte-compiler. It logs all files | 1499 | This is modeled on the Emacs byte-compiler. It logs all files |
| 1500 | formatted by WoMan and the time taken. If WoMan finds anything that it | 1500 | formatted by WoMan and the time taken. If WoMan finds anything that it |
| 1501 | cannot handle then it writes a warning to this buffer. If the variable | 1501 | cannot handle then it writes a warning to this buffer. If the variable |
| 1502 | @code{woman-show-log} is non-@code{nil} (by default it is @code{nil}) then | 1502 | @code{woman-show-log} is non-@code{nil} (by default it is @code{nil}) then |