]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 0599566386266ee1c52261286eea469bb049b783..9e31fcf1a15457cd2ec4f82d3bc38c2f976b9fa2 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 4910244fd81e54c2d14015257b52df84650d330f..db42067f704ae877721456143e5fe6327056b35a 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,