]> git.eshelyaron.com Git - emacs.git/commitdiff
syms_of_minibuf) <history-length>: Fix typo in doc.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 7 May 2006 11:17:06 +0000 (11:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 7 May 2006 11:17:06 +0000 (11:17 +0000)
src/ChangeLog
src/minibuf.c

index 01bad2e5a4d002a2adc9c81c8d62a315658ddbc6..91b9594efa8f2b37ef32a08cdc4a3d413a37c302 100644 (file)
@@ -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.
index e994707989235654b5a5715f87258c1a4d2082de..d4938415a1cb1ccc426ffc157ea4ccf860584acc 100644 (file)
@@ -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);