diff options
| author | Simon Marshall | 1996-01-18 16:10:41 +0000 |
|---|---|---|
| committer | Simon Marshall | 1996-01-18 16:10:41 +0000 |
| commit | 0b6fd0239ba3a15474c8ff4e3f8cea37285a2886 (patch) | |
| tree | 3bd098b229c7108da9854c7b8aa5acedc0a135fb | |
| parent | e702932d8c427862492088d31db0cb26f31df62a (diff) | |
| download | emacs-0b6fd0239ba3a15474c8ff4e3f8cea37285a2886.tar.gz emacs-0b6fd0239ba3a15474c8ff4e3f8cea37285a2886.zip | |
sp correction
| -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\ | |||
| 2385 | of the buffer being accessed."); | 2385 | of the buffer being accessed."); |
| 2386 | Vbuffer_access_fontify_functions = Qnil; | 2386 | Vbuffer_access_fontify_functions = Qnil; |
| 2387 | 2387 | ||
| 2388 | DEFVAR_LISP ("buffer_access_fontified_property", | 2388 | DEFVAR_LISP ("buffer-access-fontified-property", |
| 2389 | &Vbuffer_access_fontified_property, | 2389 | &Vbuffer_access_fontified_property, |
| 2390 | "Property which (if non-nil) indicates text has been fontified.\n\ | 2390 | "Property which (if non-nil) indicates text has been fontified.\n\ |
| 2391 | `buffer-substring' need not call the `buffer-access-fontify-functions'\n\ | 2391 | `buffer-substring' need not call the `buffer-access-fontify-functions'\n\ |