# HG changeset patch # User Juanma Barranquero # Date 1083891236 0 # Node ID 14a47b65c288d095f4b98a840ff8671eb8f893fe # Parent 3036f72fc7bdeff08288682a1106d50e0ff89477 (reb-auto-update): Fix typo in docstring. diff -r 3036f72fc7bd -r 14a47b65c288 lisp/emacs-lisp/re-builder.el --- a/lisp/emacs-lisp/re-builder.el Fri May 07 00:45:53 2004 +0000 +++ b/lisp/emacs-lisp/re-builder.el Fri May 07 00:53:56 2004 +0000 @@ -494,7 +494,7 @@ (defun reb-auto-update (beg end lenold &optional force) "Called from `after-update-functions' to update the display. -BEG END and LENOLD are passed in from the hook. +BEG, END and LENOLD are passed in from the hook. An actual update is only done if the regexp has changed or if the optional fourth argument FORCE is non-nil." (let ((prev-valid reb-valid-string)