diff options
| author | Richard M. Stallman | 2007-10-30 08:25:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-30 08:25:14 +0000 |
| commit | e58a672c1d7056f3f05038d587937ca7ec88e8c6 (patch) | |
| tree | 5211fb80e657e4bf6b5e7d7dda84519581113e3c /src | |
| parent | e2295672e81cde202fc81a5bb53b0400f11727c1 (diff) | |
| download | emacs-e58a672c1d7056f3f05038d587937ca7ec88e8c6.tar.gz emacs-e58a672c1d7056f3f05038d587937ca7ec88e8c6.zip | |
(syms_of_emacs) <installation-directory>: Reflow docstring.
Diffstat (limited to 'src')
| -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 @@ | |||
| 1 | 2007-10-30 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring. | ||
| 4 | |||
| 1 | 2007-10-29 Juanma Barranquero <lekktu@gmail.com> | 5 | 2007-10-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * emacs.c (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring. | 7 | * 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. */); | |||
| 2506 | 2506 | ||
| 2507 | DEFVAR_LISP ("installation-directory", &Vinstallation_directory, | 2507 | DEFVAR_LISP ("installation-directory", &Vinstallation_directory, |
| 2508 | doc: /* A directory within which to look for the `lib-src' and `etc' directories. | 2508 | doc: /* A directory within which to look for the `lib-src' and `etc' directories. |
| 2509 | This is non-nil when we can't find those directories in their standard installed | 2509 | This is non-nil when we can't find those directories in their standard |
| 2510 | locations, but we can find them near where the Emacs executable was found. */); | 2510 | installed locations, but we can find them near where the Emacs executable |
| 2511 | was found. */); | ||
| 2511 | Vinstallation_directory = Qnil; | 2512 | Vinstallation_directory = Qnil; |
| 2512 | 2513 | ||
| 2513 | DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale, | 2514 | DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale, |