+2007-10-30 Richard Stallman <rms@gnu.org>
+
+ * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
+
2007-10-29 Juanma Barranquero <lekktu@gmail.com>
* emacs.c (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
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,