Mercurial > emacs
changeset 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 | 963d05ba0484 |
children | d94d4f8515fd |
files | src/emacs.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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,