(reb-auto-update): Fix typo in docstring.
This commit is contained in:
parent
ab80314baa
commit
403532ee37
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue