diff options
| author | Juanma Barranquero | 2006-05-07 11:17:06 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-05-07 11:17:06 +0000 |
| commit | f4b46bb9eb2450a4b139042ae014aeb883088e55 (patch) | |
| tree | 26cecc9967deda33e2b10b2a429e568b8ea4ac1d /src/minibuf.c | |
| parent | cc9945f2cd5d65880f42991da8a75d1e3a93f334 (diff) | |
| download | emacs-f4b46bb9eb2450a4b139042ae014aeb883088e55.tar.gz emacs-f4b46bb9eb2450a4b139042ae014aeb883088e55.zip | |
syms_of_minibuf) <history-length>: Fix typo in doc.
Diffstat (limited to 'src/minibuf.c')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 () | |||
| 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 | ||