]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Wed, 13 Dec 2000 17:47:35 +0000 (17:47 +0000)
committerDave Love <fx@gnu.org>
Wed, 13 Dec 2000 17:47:35 +0000 (17:47 +0000)
lib-src/ChangeLog
man/frames.texi
man/gnus.texi

index 422d27981e92c58321efe3051c962617339ce6f0..b2b6d3374b2a783925dd566893e07156f0a5514c 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-13  Dave Love  <fx@gnu.org>
+
+       * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
+
 2000-12-06  Andrew Innes  <andrewi@gnu.org>
 
        * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
index 58d277d99afd7896c480fd7f2c02d115c1b6091c..835942e591f47c43f84399e4f0fdcb617aad8657 100644 (file)
@@ -690,7 +690,7 @@ the level where you click up to the top of the window.  @kbd{Mouse-3}
 down to the level where you click.  By clicking repeatedly in the same
 place, you can scroll by the same distance over and over.
 
-  If you are using Emacs own implementation of scroll bars, as opposed
+  If you are using Emacs's own implementation of scroll bars, as opposed
 to scroll bars from an X toolkit, you can also click @kbd{C-Mouse-2} in
 the scroll bar to split a window vertically.  The split occurs on the
 line where you click.
index 71b83f7652ece6023f050f8b1918fff2a85eab54..b52678bcde35b48d0473bca275680d129916df2d 100644 (file)
@@ -9222,7 +9222,7 @@ Output the @sc{mime} object to a process (@code{gnus-mime-pipe-part}).
 @item i (Article)
 Insert the contents of the @sc{mime} object into the buffer
 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
-the raw contens without decoding.  If given a numerical prefix, you can
+the raw contents without decoding.  If given a numerical prefix, you can
 do semi-manual charset stuff (see
 @code{gnus-summary-show-article-charset-alist} in @pxref{Paging the
 Article}).