diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-30 08:25:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-30 08:25:14 +0000 |
commit | e58a672c1d7056f3f05038d587937ca7ec88e8c6 (patch) | |
tree | 5211fb80e657e4bf6b5e7d7dda84519581113e3c | |
parent | e2295672e81cde202fc81a5bb53b0400f11727c1 (diff) | |
download | emacs-e58a672c1d7056f3f05038d587937ca7ec88e8c6.tar.gz |
(syms_of_emacs) <installation-directory>: Reflow docstring.
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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. 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, |