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:
parent
ab80314baa
commit
403532ee37
@ -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…
Reference in New Issue
Block a user