diff options
| author | Paul Eggert | 2014-01-04 18:56:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 18:56:08 -0800 |
| commit | da5ecfa9b951691fc8bbf17f24fc8626216a706b (patch) | |
| tree | 578d41e67060235d3de230b39c9326d683d77014 /doc/misc/eshell.texi | |
| parent | 5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff) | |
| download | emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip | |
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros
CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a
misspelling anyway....
* src/nsterm.h (updateCollectionBehavior): Rename from
updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'doc/misc/eshell.texi')
| -rw-r--r-- | doc/misc/eshell.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 38c17c36f5a..74d859588dc 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -281,7 +281,7 @@ sudo is an alias, defined as "*sudo $*" | |||
| 281 | If you would prefer to use the built-in commands instead of the external | 281 | If you would prefer to use the built-in commands instead of the external |
| 282 | commands, set @code{eshell-prefer-lisp-functions} to @code{t}. | 282 | commands, set @code{eshell-prefer-lisp-functions} to @code{t}. |
| 283 | 283 | ||
| 284 | Some of the built-in commands have different behaviour from their | 284 | Some of the built-in commands have different behavior from their |
| 285 | external counterparts, and some have no external counterpart. Most of | 285 | external counterparts, and some have no external counterpart. Most of |
| 286 | these will print a usage message when given the @code{--help} option. | 286 | these will print a usage message when given the @code{--help} option. |
| 287 | 287 | ||
| @@ -627,7 +627,7 @@ from Bash can still use Bash-style globbing, as there are no | |||
| 627 | incompatibilities. Most globbing is pattern-based expansion, but there | 627 | incompatibilities. Most globbing is pattern-based expansion, but there |
| 628 | is also predicate-based expansion. See | 628 | is also predicate-based expansion. See |
| 629 | @ref{Filename Generation, , , zsh, The Z Shell Manual} | 629 | @ref{Filename Generation, , , zsh, The Z Shell Manual} |
| 630 | for full syntax. To customize the syntax and behaviour of globbing in | 630 | for full syntax. To customize the syntax and behavior of globbing in |
| 631 | Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs, | 631 | Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs, |
| 632 | The GNU Emacs Manual}.} | 632 | The GNU Emacs Manual}.} |
| 633 | groups ``eshell-glob'' and ``eshell-pred''. | 633 | groups ``eshell-glob'' and ``eshell-pred''. |