mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
syms_of_minibuf) <history-length>: Fix typo in doc.
This commit is contained in:
parent
cc9945f2cd
commit
f4b46bb9eb
@ -1,3 +1,7 @@
|
||||
2006-05-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
|
||||
|
||||
2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* mac.c (Fmac_clear_font_name_table): Move defun to macfns.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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user