(delete-exited-processes): Change doc-string comments to `new style' [w/`doc:' keyword].
authorPavel Janík <Pavel@Janik.cz>
Sun, 21 Oct 2001 12:08:54 +0000 (12:08 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 21 Oct 2001 12:08:54 +0000 (12:08 +0000)
src/sysdep.c

index e0def20..e69c2b1 100644 (file)
@@ -1294,8 +1294,8 @@ init_sys_modes ()
 /* cus-start.el complains if delete-exited-processes is not defined */
 #ifndef subprocesses
   DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,
-    "*Non-nil means delete processes immediately when they exit.\n\
-nil means don't delete them until `list-processes' is run.");
+              doc: /* *Non-nil means delete processes immediately when they exit.
+nil means don't delete them until `list-processes' is run.  */);
   delete_exited_processes = 0;
 #endif
 #endif /* not macintosh */