From: Juanma Barranquero Date: Mon, 21 Jan 2008 22:32:44 +0000 (+0000) Subject: (Exiting): Fix typo. Reported by D. E. Evans . X-Git-Tag: emacs-pretest-22.1.90~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb9d158f69e56b4bf23db1f627c6cc1c53953634;p=emacs.git (Exiting): Fix typo. Reported by D. E. Evans . --- diff --git a/man/ChangeLog b/man/ChangeLog index c8dd0cf1fda..444ca5c004f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2008-01-21 Juanma Barranquero + + * entering.texi (Exiting): Fix typo. + Reported by D. E. Evans . + 2007-12-18 Reiner Steib * gnus.texi (Group Parameters): Reorder the text and add a note about @@ -21,7 +26,7 @@ * search.texi (Query Replace): Make exp of query-replace more self-contained, and clarify. - + * cc-mode.texi (Getting Started): Change @ref to @pxref. 2007-12-14 Sven Joachim diff --git a/man/entering.texi b/man/entering.texi index 3c79a69c084..8a29fd632cf 100644 --- a/man/entering.texi +++ b/man/entering.texi @@ -122,7 +122,7 @@ systems, you can only get back to the shell from which Emacs was run @vindex cannot-suspend Suspending can fail if you run Emacs under a shell that doesn't -support suspendion of its subjobs, even if the system itself does +support suspension of its subjobs, even if the system itself does support it. In such a case, you can set the variable @code{cannot-suspend} to a non-@code{nil} value to force @kbd{C-z} to start an inferior shell.