# HG changeset patch # User Richard M. Stallman <rms@gnu.org> # Date 771779670 0 # Node ID b87f2c7055016ef61779a2e7f7cf3caa281c0959 # Parent 55a80566d955c9e2a39b3587d9af6246a8ac0e6c (syms_of_display): Make baud-rate a user var. diff -r 55a80566d955 -r b87f2c705501 src/dispnew.c --- 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,