diff options
| author | Juanma Barranquero | 2002-03-12 17:24:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-03-12 17:24:31 +0000 |
| commit | 7dcece1445d89e4b7e8e2e423863898634f7b63e (patch) | |
| tree | 3f588427ccdd85745cfc68e98f53ec123997d966 /src/editfns.c | |
| parent | d0efd1c1580038bb51ef1e77b97b41d1a118d8a0 (diff) | |
| download | emacs-7dcece1445d89e4b7e8e2e423863898634f7b63e.tar.gz emacs-7dcece1445d89e4b7e8e2e423863898634f7b63e.zip | |
(syms_of_editfns): Fix typo.
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 dabd920e947..9fb78820052 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3995,7 +3995,7 @@ syms_of_editfns () | |||
| 3995 | staticpro (&Qbuffer_access_fontify_functions); | 3995 | staticpro (&Qbuffer_access_fontify_functions); |
| 3996 | 3996 | ||
| 3997 | DEFVAR_LISP ("inhibit-field-text-motion", &Vinhibit_field_text_motion, | 3997 | DEFVAR_LISP ("inhibit-field-text-motion", &Vinhibit_field_text_motion, |
| 3998 | doc: /* Non-nil means.text motion commands don't notice fields. */); | 3998 | doc: /* Non-nil means text motion commands don't notice fields. */); |
| 3999 | Vinhibit_field_text_motion = Qnil; | 3999 | Vinhibit_field_text_motion = Qnil; |
| 4000 | 4000 | ||
| 4001 | DEFVAR_LISP ("buffer-access-fontify-functions", | 4001 | DEFVAR_LISP ("buffer-access-fontify-functions", |