From eb285955800fab61f09a8d5423b077a21dc7e57c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 16 Jun 1994 15:14:30 +0000 Subject: [PATCH] (syms_of_display): Make baud-rate a user var. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index 62bd1d0e6d7..62163c008e2 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -2466,7 +2466,7 @@ syms_of_display () 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, -- 2.39.5