emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/minibuf.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Sun, 07 May 2006 11:15:42 +0000

Index: emacs/src/minibuf.c
diff -u emacs/src/minibuf.c:1.302 emacs/src/minibuf.c:1.303
--- emacs/src/minibuf.c:1.302   Wed May  3 23:12:02 2006
+++ emacs/src/minibuf.c Sun May  7 11:15:42 2006
@@ -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);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]