Mercurial > emacs
changeset 72788:102f29870373
(Fredisplay): Document return value.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 10 Sep 2006 20:50:54 +0000 |
parents | 9341c5fc53d9 |
children | 3bc9f54f9bdb |
files | src/dispnew.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Sun Sep 10 20:50:20 2006 +0000 +++ b/src/dispnew.c Sun Sep 10 20:50:54 2006 +0000 @@ -6550,7 +6550,8 @@ DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, doc: /* Perform redisplay if no input is available. If optional arg FORCE is non-nil or `redisplay-dont-pause' is non-nil, -perform a full redisplay even if input is available. */) +perform a full redisplay even if input is available. +Return t if redisplay was performed, nil otherwise. */) (force) Lisp_Object force; {