aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/eshell.texi
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 18:56:08 -0800
committerPaul Eggert2014-01-04 18:56:08 -0800
commitda5ecfa9b951691fc8bbf17f24fc8626216a706b (patch)
tree578d41e67060235d3de230b39c9326d683d77014 /doc/misc/eshell.texi
parent5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff)
downloademacs-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.texi4
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 $*"
281If you would prefer to use the built-in commands instead of the external 281If you would prefer to use the built-in commands instead of the external
282commands, set @code{eshell-prefer-lisp-functions} to @code{t}. 282commands, set @code{eshell-prefer-lisp-functions} to @code{t}.
283 283
284Some of the built-in commands have different behaviour from their 284Some of the built-in commands have different behavior from their
285external counterparts, and some have no external counterpart. Most of 285external counterparts, and some have no external counterpart. Most of
286these will print a usage message when given the @code{--help} option. 286these 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
627incompatibilities. Most globbing is pattern-based expansion, but there 627incompatibilities. Most globbing is pattern-based expansion, but there
628is also predicate-based expansion. See 628is also predicate-based expansion. See
629@ref{Filename Generation, , , zsh, The Z Shell Manual} 629@ref{Filename Generation, , , zsh, The Z Shell Manual}
630for full syntax. To customize the syntax and behaviour of globbing in 630for full syntax. To customize the syntax and behavior of globbing in
631Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs, 631Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs,
632The GNU Emacs Manual}.} 632The GNU Emacs Manual}.}
633groups ``eshell-glob'' and ``eshell-pred''. 633groups ``eshell-glob'' and ``eshell-pred''.