diff src/emacs.c @ 79266:018746a896bb

(syms_of_emacs) <installation-directory>: Reflow docstring.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Oct 2007 08:25:02 +0000
parents 0ac6348332be
children a77d75597d5a d3e87ee5aa0e
line wrap: on
line diff
--- 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,