# HG changeset patch # User Juanma Barranquero # Date 1118412264 0 # Node ID 20e75933561945bb9bd6d17e097900e3f3ea8096 # Parent f4b47991b5949f213808c684e40151e381b638ef (ielm-dynamic-return, inferior-emacs-lisp-mode): Fix spellings in docstrings. diff -r f4b47991b594 -r 20e759335619 lisp/ielm.el --- a/lisp/ielm.el Fri Jun 10 14:03:52 2005 +0000 +++ b/lisp/ielm.el Fri Jun 10 14:04:24 2005 +0000 @@ -102,7 +102,7 @@ customizes `ielm-prompt'.") (defcustom ielm-dynamic-return t - "*Controls whether \\\\[ielm-return] has intelligent behaviour in IELM. + "*Controls whether \\\\[ielm-return] has intelligent behavior in IELM. If non-nil, \\[ielm-return] evaluates input for complete sexps, or inserts a newline and indents for incomplete sexps. If nil, always inserts newlines." :type 'boolean @@ -468,7 +468,7 @@ Expressions evaluated by IELM are not subject to `debug-on-quit' or `debug-on-error'. -The behaviour of IELM may be customized with the following variables: +The behavior of IELM may be customized with the following variables: * To stop beeping on error, set `ielm-noisy' to nil. * If you don't like the prompt, you can change it by setting `ielm-prompt'. * If you do not like that the prompt is (by default) read-only, set