From 7dcece1445d89e4b7e8e2e423863898634f7b63e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 12 Mar 2002 17:24:31 +0000 Subject: [PATCH] (syms_of_editfns): Fix typo. --- src/ChangeLog | 4 ++++ src/editfns.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 575db7931a9..e08ae82c64b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-12 Juanma Barranquero + + * editfns.c (syms_of_editfns): Fix typo. + 2002-03-12 Gerd Moellmann * xsmfns.c: Include stdio.h because termhooks.h needs it. 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 () staticpro (&Qbuffer_access_fontify_functions); DEFVAR_LISP ("inhibit-field-text-motion", &Vinhibit_field_text_motion, - doc: /* Non-nil means.text motion commands don't notice fields. */); + doc: /* Non-nil means text motion commands don't notice fields. */); Vinhibit_field_text_motion = Qnil; DEFVAR_LISP ("buffer-access-fontify-functions", -- 2.39.2