Mercurial > emacs
changeset 70499:088b163bf6e8
syms_of_minibuf) <history-length>: Fix typo in doc.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 07 May 2006 11:15:42 +0000 |
parents | d62ec265c5ad |
children | 4ab9a8ed36e0 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);