]> code.delx.au - gnu-emacs/blobdiff - src/minibuf.c
Merged from emacs@sv.gnu.org
[gnu-emacs] / src / minibuf.c
index 5f3f7454a0ce863b45f918e79ce9bb64c66c46fb..dc92028730487bb566e39f4590105f43ff74ea2d 100644 (file)
@@ -2805,7 +2805,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);