Mercurial > emacs
diff src/dispnew.c @ 7926:b87f2c705501
(syms_of_display): Make baud-rate a user var.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 16 Jun 1994 15:14:30 +0000 |
| parents | 60795e826dad |
| children | 60e866c3e99c |
line wrap: on
line diff
--- a/src/dispnew.c Thu Jun 16 15:12:52 1994 +0000 +++ b/src/dispnew.c Thu Jun 16 15:14:30 1994 +0000 @@ -2466,7 +2466,7 @@ staticpro (&frame_and_buffer_state); DEFVAR_INT ("baud-rate", &baud_rate, - "The output baud rate of the terminal.\n\ + "*The output baud rate of the terminal.\n\ On most systems, changing this value will affect the amount of padding\n\ and the other strategic decisions made during redisplay."); DEFVAR_BOOL ("inverse-video", &inverse_video,
