From: Juanma Barranquero Date: Fri, 7 May 2004 00:53:56 +0000 (+0000) Subject: (reb-auto-update): Fix typo in docstring. X-Git-Tag: ttn-vms-21-2-B4~6385 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=403532ee37ee66147de1de4b1b68c2d73ec803b9;p=emacs.git (reb-auto-update): Fix typo in docstring. --- diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index 9c904e6c0bc..83d3649006e 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el @@ -494,7 +494,7 @@ If SUBEXP is non-nil mark only the corresponding sub-expressions." (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)