From e58a672c1d7056f3f05038d587937ca7ec88e8c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Oct 2007 08:25:14 +0000 Subject: [PATCH] (syms_of_emacs) : Reflow docstring. --- src/ChangeLog | 4 ++++ src/emacs.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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, -- 2.39.2