# HG changeset patch # User Juanma Barranquero # Date 1147000542 0 # Node ID 088b163bf6e864c19737e66e1ae12a1926c1ab8a # Parent d62ec265c5ad10f919f0625f7624aaa0facd86ef syms_of_minibuf) : Fix typo in doc. diff -r d62ec265c5ad -r 088b163bf6e8 src/minibuf.c --- a/src/minibuf.c Sun May 07 08:07:48 2006 +0000 +++ b/src/minibuf.c Sun May 07 11:15:42 2006 +0000 @@ -2799,7 +2799,7 @@ 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);