summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2004-05-07 00:53:56 +0000
committerJuanma Barranquero <lekktu@gmail.com>2004-05-07 00:53:56 +0000
commite2dd2f4630e26d344136c280df4bfc20bcd202d4 (patch)
treee19df3c9cc04617370758a74058ba3835378a242
parentfd3750248e24855929198e5893584ef7c66b7697 (diff)
downloademacs-tmp_pcl_tag_131034C.tar.gz
(reb-auto-update): Fix typo in docstring.tmp_pcl_tag_131034C
-rw-r--r--lisp/emacs-lisp/re-builder.el2
1 files changed, 1 insertions, 1 deletions
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)