1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(reb-auto-update): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2004-05-07 00:53:56 +00:00
parent ab80314baa
commit 403532ee37

View File

@ -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)