comparison lispref/commands.texi @ 90389:146cd8369025

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 10 May 2006 20:42:41 +0000
parents d1c5430c5bff f7aff7b6d4af
children a8190f7e546e
comparison
equal deleted inserted replaced
90388:a786f674d33f 90389:146cd8369025
2449 2449
2450 If a part of @var{body} binds @code{inhibit-quit} to non-@code{nil}, 2450 If a part of @var{body} binds @code{inhibit-quit} to non-@code{nil},
2451 arrival of input during those parts won't cause an abort until 2451 arrival of input during those parts won't cause an abort until
2452 the end of that part. 2452 the end of that part.
2453 2453
2454 If you want to be able to distingish all possible values computed 2454 If you want to be able to distinguish all possible values computed
2455 by @var{body} from both kinds of abort conditions, write the code 2455 by @var{body} from both kinds of abort conditions, write the code
2456 like this: 2456 like this:
2457 2457
2458 @example 2458 @example
2459 (while-no-input 2459 (while-no-input