From: Juanma Barranquero Date: Mon, 29 Oct 2007 00:32:45 +0000 (+0000) Subject: (syms_of_emacs) : Fix typo in docstring. X-Git-Tag: emacs-pretest-22.1.90~494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3888559e6b55a086ff889668fac075881758653b;p=emacs.git (syms_of_emacs) : Fix typo in docstring. : Reflow docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 05995663862..9e31fcf1a15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-10-29 Juanma Barranquero + + * emacs.c (syms_of_emacs) : Fix typo in docstring. + : Reflow docstring. + 2007-10-26 Martin Rudalics * window.c (window_min_size_2): Don't count header-line. diff --git a/src/emacs.c b/src/emacs.c index 4910244fd81..db42067f704 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2467,7 +2467,7 @@ Emacs is running. */); doc: /* Non-nil means Emacs is running without interactive terminal. */); DEFVAR_LISP ("kill-emacs-hook", &Vkill_emacs_hook, - doc: /* Hook to be run when kill-emacs is called. + doc: /* Hook to be run when `kill-emacs' is called. Since `kill-emacs' may be invoked when the terminal is disconnected (or in other similar situations), functions placed on this hook should not expect to be able to interact with the user. To ask for confirmation, @@ -2506,9 +2506,8 @@ 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,