emacs-devel
[Top][All Lists]
Advanced

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

Re: delete-other-frames


From: Richard Stallman
Subject: Re: delete-other-frames
Date: Fri, 26 Aug 2016 21:32:57 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > For the future, please adopt the following style:

  >   This function deletes the specified @var{frame}.

  > rather than using this:

  >   This function deletes the frame @var{frame}.

The latter is the grammatically correct way.  A parameter name in
italics, such as "@var{frame}", acts as a _name_ that refers to the
actual value of the argument.  Just as we would write

  Send it to my assistant, Jeanne.

we should write,

  delete the frame, @var{f}.

or

  delete the frame, @var{frame}.

-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.




reply via email to

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