comparison src/minibuf.c @ 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 ecf86801649d
children f3ddca90b6b1 1321f6cfb389 146cd8369025
comparison
equal deleted inserted replaced
70498:d62ec265c5ad 70499:088b163bf6e8
2797 Vminibuffer_exit_hook = Qnil; 2797 Vminibuffer_exit_hook = Qnil;
2798 2798
2799 DEFVAR_LISP ("history-length", &Vhistory_length, 2799 DEFVAR_LISP ("history-length", &Vhistory_length,
2800 doc: /* *Maximum length for history lists before truncation takes place. 2800 doc: /* *Maximum length for history lists before truncation takes place.
2801 A number means that length; t means infinite. Truncation takes place 2801 A number means that length; t means infinite. Truncation takes place
2802 just after a new element is inserted. Setting the history-length 2802 just after a new element is inserted. Setting the `history-length'
2803 property of a history variable overrides this default. */); 2803 property of a history variable overrides this default. */);
2804 XSETFASTINT (Vhistory_length, 30); 2804 XSETFASTINT (Vhistory_length, 30);
2805 2805
2806 DEFVAR_BOOL ("history-delete-duplicates", &history_delete_duplicates, 2806 DEFVAR_BOOL ("history-delete-duplicates", &history_delete_duplicates,
2807 doc: /* *Non-nil means to delete duplicates in history. 2807 doc: /* *Non-nil means to delete duplicates in history.