diff options
| author | Eli Zaretskii | 2001-06-11 08:47:08 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-11 08:47:08 +0000 |
| commit | 39cf6a8d61edce9b511718b7802e5a4adf7ff566 (patch) | |
| tree | f97c8799a1a9393bd31e7ac02b4a45d5bfb4bd8b | |
| parent | e7ad2d2315c2d443a75198c326e26cab1c3406ca (diff) | |
| download | emacs-39cf6a8d61edce9b511718b7802e5a4adf7ff566.tar.gz emacs-39cf6a8d61edce9b511718b7802e5a4adf7ff566.zip | |
Don't use the British spelling of "behaviour".
| -rw-r--r-- | man/autotype.texi | 6 | ||||
| -rw-r--r-- | man/files.texi | 2 | ||||
| -rw-r--r-- | man/gnus.texi | 4 | ||||
| -rw-r--r-- | man/misc.texi | 2 | ||||
| -rw-r--r-- | man/text.texi | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/man/autotype.texi b/man/autotype.texi index 7e6397d6abd..6c0fc739b20 100644 --- a/man/autotype.texi +++ b/man/autotype.texi | |||
| @@ -330,7 +330,7 @@ fingers backwards, this can be quite relieving too. | |||
| 330 | This is done by binding the first key (@pxref{(emacs)Rebinding}) of | 330 | This is done by binding the first key (@pxref{(emacs)Rebinding}) of |
| 331 | the pair to @code{skeleton-pair-insert-maybe} instead of | 331 | the pair to @code{skeleton-pair-insert-maybe} instead of |
| 332 | @code{self-insert-command}. The ``maybe'' comes from the fact that | 332 | @code{self-insert-command}. The ``maybe'' comes from the fact that |
| 333 | this at-first surprising behaviour is initially turned off. To enable | 333 | this at-first surprising behavior is initially turned off. To enable |
| 334 | it, you must set @code{skeleton-pair} to some non-@code{nil} value. | 334 | it, you must set @code{skeleton-pair} to some non-@code{nil} value. |
| 335 | And even then, a positive argument (@pxref{(emacs)Arguments}) will | 335 | And even then, a positive argument (@pxref{(emacs)Arguments}) will |
| 336 | make this key behave like a self-inserting key | 336 | make this key behave like a self-inserting key |
| @@ -347,7 +347,7 @@ character is part of a word. If you want pairing to occur even then, set | |||
| 347 | parenthesis @samp{(}, the square bracket @samp{[}, the brace | 347 | parenthesis @samp{(}, the square bracket @samp{[}, the brace |
| 348 | @samp{@{}, the pointed bracket @samp{<} and the backquote @samp{`} all | 348 | @samp{@{}, the pointed bracket @samp{<} and the backquote @samp{`} all |
| 349 | pair with the symmetrical character. All other characters pair | 349 | pair with the symmetrical character. All other characters pair |
| 350 | themselves. This behaviour can be modified by the variable | 350 | themselves. This behavior can be modified by the variable |
| 351 | @code{skeleton-pair-alist}. This is in fact an alist of skeletons | 351 | @code{skeleton-pair-alist}. This is in fact an alist of skeletons |
| 352 | (@pxref{Skeleton Language}), with the first part of each sublist | 352 | (@pxref{Skeleton Language}), with the first part of each sublist |
| 353 | matching the typed character. This is the position of the interactor, | 353 | matching the typed character. This is the position of the interactor, |
| @@ -646,7 +646,7 @@ completions in succession. | |||
| 646 | 646 | ||
| 647 | Which ones to try, and in which order, is determined by the contents of | 647 | Which ones to try, and in which order, is determined by the contents of |
| 648 | the customizable option @code{hippie-expand-try-functions-list}. Much | 648 | the customizable option @code{hippie-expand-try-functions-list}. Much |
| 649 | customization of the expansion behaviour can be made by changing the | 649 | customization of the expansion behavior can be made by changing the |
| 650 | order of, removing, or inserting new functions in this list. Given a | 650 | order of, removing, or inserting new functions in this list. Given a |
| 651 | positive numeric argument, @kbd{M-x hippie-expand} jumps directly that | 651 | positive numeric argument, @kbd{M-x hippie-expand} jumps directly that |
| 652 | number of functions forward in this list. Given some other argument (a | 652 | number of functions forward in this list. Given some other argument (a |
diff --git a/man/files.texi b/man/files.texi index 905589f73f6..3cf01f3dbe0 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -536,7 +536,7 @@ be @file{eval.c~}. | |||
| 536 | 536 | ||
| 537 | @vindex make-backup-file-name-function | 537 | @vindex make-backup-file-name-function |
| 538 | @vindex backup-directory-alist | 538 | @vindex backup-directory-alist |
| 539 | You can change this behaviour by defining the variable | 539 | You can change this behavior by defining the variable |
| 540 | @code{make-backup-file-name-function} to a suitable function. | 540 | @code{make-backup-file-name-function} to a suitable function. |
| 541 | Alternatively you can customize the variable | 541 | Alternatively you can customize the variable |
| 542 | @code{backup-directory-alist} to specify that files matching certain | 542 | @code{backup-directory-alist} to specify that files matching certain |
diff --git a/man/gnus.texi b/man/gnus.texi index 64d42451179..42b6aa0f656 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -5188,7 +5188,7 @@ even though I haven't heard of anybody wanting it to go to the | |||
| 5188 | previous (unread) article, I'm sure there are people that want that as | 5188 | previous (unread) article, I'm sure there are people that want that as |
| 5189 | well. | 5189 | well. |
| 5190 | 5190 | ||
| 5191 | Multiply these five behaviours by five different marking commands, and | 5191 | Multiply these five behaviors by five different marking commands, and |
| 5192 | you get a potentially complex set of variable to control what each | 5192 | you get a potentially complex set of variable to control what each |
| 5193 | command should do. | 5193 | command should do. |
| 5194 | 5194 | ||
| @@ -15018,7 +15018,7 @@ disconnected, and synchronize these flags when you plug back in. | |||
| 15018 | Gnus keep track of flag changes when reading nnimap groups under the | 15018 | Gnus keep track of flag changes when reading nnimap groups under the |
| 15019 | Agent by default. When you plug back in, by default Gnus will check if | 15019 | Agent by default. When you plug back in, by default Gnus will check if |
| 15020 | you have any changed any flags and ask if you wish to synchronize these | 15020 | you have any changed any flags and ask if you wish to synchronize these |
| 15021 | with the server. This behaviour is customizable with | 15021 | with the server. This behavior is customizable with |
| 15022 | @code{gnus-agent-synchronize-flags}. | 15022 | @code{gnus-agent-synchronize-flags}. |
| 15023 | 15023 | ||
| 15024 | @vindex gnus-agent-synchronize-flags | 15024 | @vindex gnus-agent-synchronize-flags |
diff --git a/man/misc.texi b/man/misc.texi index 0282bf6a552..92ae9c3d3a7 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -2123,7 +2123,7 @@ which you might like to bind to keys, such as | |||
| 2123 | @code{browse-url-at-point} and @code{browse-url-at-mouse}. | 2123 | @code{browse-url-at-point} and @code{browse-url-at-mouse}. |
| 2124 | 2124 | ||
| 2125 | @vindex browse-url-browser-function | 2125 | @vindex browse-url-browser-function |
| 2126 | You can customize Browse-URL's behaviour via various options in the | 2126 | You can customize Browse-URL's behavior via various options in the |
| 2127 | @code{browse-url} Customize group, particularly | 2127 | @code{browse-url} Customize group, particularly |
| 2128 | @code{browse-url-browser-function}. You can invoke actions dependent | 2128 | @code{browse-url-browser-function}. You can invoke actions dependent |
| 2129 | on the type of URL by defining @code{browse-url-browser-function} as | 2129 | on the type of URL by defining @code{browse-url-browser-function} as |
diff --git a/man/text.texi b/man/text.texi index ab94b51f133..b25fdfc9806 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -463,7 +463,7 @@ The section on init files says how to arrange this permanently for yourself. | |||
| 463 | 463 | ||
| 464 | Refill minor mode provides support for keeping paragraphs filled as | 464 | Refill minor mode provides support for keeping paragraphs filled as |
| 465 | you type or modify them in other ways. It provides an effect similar | 465 | you type or modify them in other ways. It provides an effect similar |
| 466 | to typical word processor behaviour. This works by running a | 466 | to typical word processor behavior. This works by running a |
| 467 | paragraph-filling command at suitable times. | 467 | paragraph-filling command at suitable times. |
| 468 | 468 | ||
| 469 | When you are typing text, only characters which normally trigger | 469 | When you are typing text, only characters which normally trigger |