]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_emacs) <installation-directory>: Reflow docstring.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2007 08:25:14 +0000 (08:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2007 08:25:14 +0000 (08:25 +0000)
src/ChangeLog
src/emacs.c

index 9e31fcf1a15457cd2ec4f82d3bc38c2f976b9fa2..c76bdd80caaaaa34b20d88e7450f13a26230a669 100644 (file)
@@ -1,3 +1,7 @@
+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.
index db42067f704ae877721456143e5fe6327056b35a..33cd8d57da53eae43ebba4d7fcc6e44081c7e52f 100644 (file)
@@ -2506,8 +2506,9 @@ The value is nil if that directory's name is not known.  */);
 
   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,