changeset 13893:2576d1142ed3

Explain style of "done" messages.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Dec 1995 15:58:49 +0000
parents 6c1de23348ab
children eeee95f4d989
files lispref/tips.texi
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/tips.texi	Sat Dec 30 12:01:44 1995 +0000
+++ b/lispref/tips.texi	Sat Dec 30 15:58:49 1995 +0000
@@ -225,6 +225,13 @@
 with a period.
 
 @item
+Many commands that take a long time to execute display a message that
+says @samp{Operating...} when they start, and change it to
+@samp{Operating...done} when they finish.  Please keep the style of
+these messages uniform: @emph{no} space around the ellipsis, and
+@emph{no} period at the end.
+
+@item
 Try to avoid using recursive edits.  Instead, do what the Rmail @kbd{e}
 command does: use a new local keymap that contains one command defined
 to switch back to the old local keymap.  Or do what the