From: Richard M. Stallman Date: Tue, 30 Oct 2007 08:25:14 +0000 (+0000) Subject: (syms_of_emacs) : Reflow docstring. X-Git-Tag: emacs-pretest-22.1.90~473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e58a672c1d7056f3f05038d587937ca7ec88e8c6;p=emacs.git (syms_of_emacs) : Reflow docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9e31fcf1a15..c76bdd80caa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-10-30 Richard Stallman + + * emacs.c (syms_of_emacs) : Reflow docstring. + 2007-10-29 Juanma Barranquero * emacs.c (syms_of_emacs) : Fix typo in docstring. diff --git a/src/emacs.c b/src/emacs.c index db42067f704..33cd8d57da5 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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,