From f4b46bb9eb2450a4b139042ae014aeb883088e55 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 7 May 2006 11:17:06 +0000 Subject: [PATCH] syms_of_minibuf) : Fix typo in doc. --- src/ChangeLog | 4 ++++ src/minibuf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 01bad2e5a4d..91b9594efa8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-05-07 Juanma Barranquero + + * minibuf.c (syms_of_minibuf) : Fix typo in doc. + 2006-05-07 YAMAMOTO Mitsuharu * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c. diff --git a/src/minibuf.c b/src/minibuf.c index e9947079892..d4938415a1c 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2799,7 +2799,7 @@ syms_of_minibuf () DEFVAR_LISP ("history-length", &Vhistory_length, doc: /* *Maximum length for history lists before truncation takes place. A number means that length; t means infinite. Truncation takes place -just after a new element is inserted. Setting the history-length +just after a new element is inserted. Setting the `history-length' property of a history variable overrides this default. */); XSETFASTINT (Vhistory_length, 30);