Mercurial > emacs
changeset 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 | 55a80566d955 |
children | e02087efad68 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,