diff lisp/emacs-lisp/re-builder.el @ 55404:14a47b65c288 tmp_pcl_tag_131034C

(reb-auto-update): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 07 May 2004 00:53:56 +0000
parents 695cf19ef79e
children a4c0ce40be3d 4c90ffeb71c5
line wrap: on
line diff
--- a/lisp/emacs-lisp/re-builder.el	Fri May 07 00:45:53 2004 +0000
+++ b/lisp/emacs-lisp/re-builder.el	Fri May 07 00:53:56 2004 +0000
@@ -494,7 +494,7 @@
 
 (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)