diff options
author | Drew Adams <drew.adams@oracle.com> | 2011-05-06 01:04:47 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-05-06 01:04:47 +0200 |
commit | e6dc6206e96b5d1774f9f431b49f7879415e6edb (patch) | |
tree | 50210e0e75f003d0c207652f6db793ba3576ddc8 /doc | |
parent | 9bb095f46e44b642d3420a5f3b8d1443dab1b016 (diff) | |
download | emacs-e6dc6206e96b5d1774f9f431b49f7879415e6edb.tar.gz |
doc/lispref/modes.texi (Region to Fontify): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispref/modes.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index fc57e20e612..c564c780b53 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-05-05 Drew Adams <drew.adams@oracle.com> + + * modes.texi (Region to Fontify): Fix typo. + 2011-04-13 Juanma Barranquero <lekktu@gmail.com> * windows.texi (Choosing Window): Fix typo. diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 8ddc67c06c2..61c8b5be129 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -3205,7 +3205,7 @@ example, when a change alters the syntactic meaning of text on an earlier line. You can enlarge (or even reduce) the region to fontify by setting -one the following variables: +the following variable: @defvar font-lock-extend-after-change-region-function This buffer-local variable is either @code{nil} or a function for |