diff options
author | Simon Marshall <simon@gnu.org> | 1996-01-18 16:10:41 +0000 |
---|---|---|
committer | Simon Marshall <simon@gnu.org> | 1996-01-18 16:10:41 +0000 |
commit | 93426cdafa3cf544c26271c06f117580d5d6a1ce (patch) | |
tree | aec883e7a550ebe25fd283e501c1045ed1ca8d66 /src/editfns.c | |
parent | 26fca8f7f7a686639de63020b9550916941c53e8 (diff) | |
download | emacs-93426cdafa3cf544c26271c06f117580d5d6a1ce.tar.gz |
sp correction
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 4f74ad35eb5..143bafdc687 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2385,7 +2385,7 @@ Each function is called with two arguments which specify the range\n\ of the buffer being accessed."); Vbuffer_access_fontify_functions = Qnil; - DEFVAR_LISP ("buffer_access_fontified_property", + DEFVAR_LISP ("buffer-access-fontified-property", &Vbuffer_access_fontified_property, "Property which (if non-nil) indicates text has been fontified.\n\ `buffer-substring' need not call the `buffer-access-fontify-functions'\n\ |