desktop-outvar
desktop-outvar is a compiled Lisp function in `desktop.el
'.
(desktop-outvar VARSPEC)
Output a setq statement for variable VAR to the desktop file.
The argument VARSPEC may be the variable name VAR (a symbol),
or a cons cell of the form (VAR . MAX-SIZE),
which means to truncate VAR's value to at most MAX-SIZE elements
(if the value is a list) before saving the value.