From: Richard M. Stallman Date: Thu, 16 Jun 1994 15:14:30 +0000 (+0000) Subject: (syms_of_display): Make baud-rate a user var. X-Git-Tag: emacs-19.34~7927 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb285955800fab61f09a8d5423b077a21dc7e57c;p=emacs.git (syms_of_display): Make baud-rate a user var. --- 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,