diff options
| author | Richard M. Stallman | 1995-12-30 15:58:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-30 15:58:49 +0000 |
| commit | 2089b41a7083075f753d603c46defc6943a3629e (patch) | |
| tree | 3846f34b248ada6de281e8cf5b694f04500f284b | |
| parent | 8f6410526ec19df0dd338ae07ba9a5521f13a69a (diff) | |
| download | emacs-2089b41a7083075f753d603c46defc6943a3629e.tar.gz emacs-2089b41a7083075f753d603c46defc6943a3629e.zip | |
Explain style of "done" messages.
| -rw-r--r-- | lispref/tips.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi index 76cd3427eef..3d46466832b 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi | |||
| @@ -225,6 +225,13 @@ An error message should start with a capital letter but should not end | |||
| 225 | with a period. | 225 | with a period. |
| 226 | 226 | ||
| 227 | @item | 227 | @item |
| 228 | Many commands that take a long time to execute display a message that | ||
| 229 | says @samp{Operating...} when they start, and change it to | ||
| 230 | @samp{Operating...done} when they finish. Please keep the style of | ||
| 231 | these messages uniform: @emph{no} space around the ellipsis, and | ||
| 232 | @emph{no} period at the end. | ||
| 233 | |||
| 234 | @item | ||
| 228 | Try to avoid using recursive edits. Instead, do what the Rmail @kbd{e} | 235 | Try to avoid using recursive edits. Instead, do what the Rmail @kbd{e} |
| 229 | command does: use a new local keymap that contains one command defined | 236 | command does: use a new local keymap that contains one command defined |
| 230 | to switch back to the old local keymap. Or do what the | 237 | to switch back to the old local keymap. Or do what the |