# HG changeset patch # User Richard M. Stallman # Date 1193732702 0 # Node ID 018746a896bbb49757ec6f926ccfeff94b9c5473 # Parent 963d05ba04848b07e20fc29eb69ed84a7ee0c956 (syms_of_emacs) : Reflow docstring. diff -r 963d05ba0484 -r 018746a896bb src/emacs.c --- a/src/emacs.c Tue Oct 30 08:24:30 2007 +0000 +++ b/src/emacs.c Tue Oct 30 08:25:02 2007 +0000 @@ -2506,8 +2506,9 @@ DEFVAR_LISP ("installation-directory", &Vinstallation_directory, doc: /* A directory within which to look for the `lib-src' and `etc' directories. -This is non-nil when we can't find those directories in their standard installed -locations, but we can find them near where the Emacs executable was found. */); +This is non-nil when we can't find those directories in their standard +installed locations, but we can find them near where the Emacs executable +was found. */); Vinstallation_directory = Qnil; DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale,