]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_display): Make baud-rate a user var.
authorRichard M. Stallman <rms@gnu.org>
Thu, 16 Jun 1994 15:14:30 +0000 (15:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 16 Jun 1994 15:14:30 +0000 (15:14 +0000)
src/dispnew.c

index 62bd1d0e6d7c39c0185cc9e7adb163faf4db0d91..62163c008e2d852908d80c0c822f13c1b24fdd66 100644 (file)
@@ -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,