(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Oct 2007 00:32:45 +0000 (00:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Oct 2007 00:32:45 +0000 (00:32 +0000)
<installation-directory>: Reflow docstring.

src/ChangeLog
src/emacs.c

index 0599566..9e31fcf 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs.c (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
+       <installation-directory>: Reflow docstring.
+
 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
 
        * window.c (window_min_size_2): Don't count header-line.
index 4910244..db42067 100644 (file)
@@ -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,