emacs-devel
[Top][All Lists]
Advanced

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

Re: Modify parameters on all frames


From: Richard Stallman
Subject: Re: Modify parameters on all frames
Date: Tue, 08 Apr 2003 02:45:45 -0400

      "modify all current and future frames parameters.
    Do this by calling `modify-frame-parameters' on all existing frames
    with ALIST, and changing `default-frame-alist' (and, when needed,
    also `initial-frame-alist').
    See help of `modify-frame-parameters' for more information."

Doc strings are supposed to say what job the function does, not HOW
the function works.  If HOW needs explaining, please do that with
comments.

Using a counter to loop through the list is ugly--why not loop using
dolist?




reply via email to

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