aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2004-05-07 00:53:56 +0000
committerJuanma Barranquero2004-05-07 00:53:56 +0000
commit403532ee37ee66147de1de4b1b68c2d73ec803b9 (patch)
treed5aa147acc2ecbf060336932f9fef4b967cb28cf /lisp
parentab80314baad9c325fdbd2b3d82929f60a6681ce4 (diff)
downloademacs-403532ee37ee66147de1de4b1b68c2d73ec803b9.tar.gz
emacs-403532ee37ee66147de1de4b1b68c2d73ec803b9.zip
(reb-auto-update): Fix typo in docstring.
Diffstat (limited to 'lisp')
-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."
494 494
495(defun reb-auto-update (beg end lenold &optional force) 495(defun reb-auto-update (beg end lenold &optional force)
496 "Called from `after-update-functions' to update the display. 496 "Called from `after-update-functions' to update the display.
497BEG END and LENOLD are passed in from the hook. 497BEG, END and LENOLD are passed in from the hook.
498An actual update is only done if the regexp has changed or if the 498An actual update is only done if the regexp has changed or if the
499optional fourth argument FORCE is non-nil." 499optional fourth argument FORCE is non-nil."
500 (let ((prev-valid reb-valid-string) 500 (let ((prev-valid reb-valid-string)