[gnus git] branch master updated: m0-3-50-g5130a35 =1= Standardize possessive apostrophe usage in manuals, docs, and comments Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  5130a35c7d9c2ffdd269844cda9bf3fa0f1919ae (commit)
      from  3a8b9e5acd494eb22321d96042076a1565dda99a (commit)


- Log -----------------------------------------------------------------
commit 5130a35c7d9c2ffdd269844cda9bf3fa0f1919ae
Author: Glenn Morris <[email protected]>
Date:   Tue Feb 28 10:25:55 2012 +0000

    Standardize possessive apostrophe usage in manuals, docs, and comments
    Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fec9e3f..8034cbc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-28  Glenn Morris  <[email protected]>
+
+	* gmm-utils.el, gnus-agent.el, gnus-score.el, mm-decode.el:
+	Standardize possessive apostrophe usage.
+
 2012-02-25  Lars Magne Ingebrigtsen  <[email protected]>
 
 	* shr.el (shr-column-specs): Protect against TDs with "width: 0%".
diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el
index 347f34b..975b833 100644
--- a/lisp/gmm-utils.el
+++ b/lisp/gmm-utils.el
@@ -352,7 +352,7 @@ compatibility with versions of Emacs that lack the variable
                 dir (expand-file-name "../" dir))))
       (setq image-directory-load-path dir))
 
-    ;; If `image-directory-load-path' isn't Emacs' image directory,
+    ;; If `image-directory-load-path' isn't Emacs's image directory,
     ;; it's probably a user preference, so use it.  Then use a
     ;; relative setting if possible; otherwise, use
     ;; `image-directory-load-path'.
@@ -383,7 +383,7 @@ compatibility with versions of Emacs that lack the variable
               ;; Set it to nil if image is not found.
               (cond ((file-exists-p (expand-file-name image d2ei)) d2ei)
                     ((file-exists-p (expand-file-name image d1ei)) d1ei)))))
-     ;; Use Emacs' image directory.
+     ;; Use Emacs's image directory.
      (image-directory-load-path
       (setq image-directory image-directory-load-path))
      (no-error
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 284a378..4e4f6cb 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -601,7 +601,7 @@ manipulated as follows:
 		  (make-mode-line-mouse-map mouse-button mouse-func)
 		  'mouse-face
 		  (if (and (featurep 'xemacs)
-			   ;; XEmacs' `facep' only checks for a face
+			   ;; XEmacs's `facep' only checks for a face
 			   ;; object, not for a face name, so it's useless
 			   ;; to check with `facep'.
 			   (find-face 'modeline))
diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el
index 8f06359..f86b6f8 100644
--- a/lisp/gnus-score.el
+++ b/lisp/gnus-score.el
@@ -3028,7 +3028,7 @@ If ADAPT, return the home adaptive file instead."
 			   (* (abs score)
 			      gnus-score-decay-scale)))))))
     (if (and (featurep 'xemacs)
-	     ;; XEmacs' floor can handle only the floating point
+	     ;; XEmacs's floor can handle only the floating point
 	     ;; number below the half of the maximum integer.
 	     (> (abs n) (lsh -1 -2)))
 	(string-to-number
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 1278d11..8918434 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1508,7 +1508,7 @@ be determined."
   (let ((image (mm-get-image handle)))
     (or (not image)
 	(if (featurep 'xemacs)
-	    ;; XEmacs' glyphs can actually tell us about their width, so
+	    ;; XEmacs's glyphs can actually tell us about their width, so
 	    ;; let's be nice and smart about them.
 	    (or mm-inline-large-images
 		(and (<= (glyph-width image) (window-pixel-width))
diff --git a/texi/ChangeLog b/texi/ChangeLog
index c0f7e1f..df08f5a 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-28  Glenn Morris  <[email protected]>
+
+	* gnus-faq.texi, gnus-news.texi, gnus.texi:
+	Standardize possessive apostrophe usage.
+
 2012-02-17  Glenn Morris  <[email protected]>
 
 	* gnus.texi (Posting Styles): Fix cross-refs to other manual.
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi
index ae6373e..9d075a8 100644
--- a/texi/gnus-faq.texi
+++ b/texi/gnus-faq.texi
@@ -161,7 +161,7 @@ Where and how to get Gnus?
 @subsubheading Answer
 
 Gnus is released independent from releases of Emacs and XEmacs.
-Therefore, the version bundled with Emacs or the version in XEmacs'
+Therefore, the version bundled with Emacs or the version in XEmacs's
 package system might not be up to date (e.g. Gnus 5.9 bundled with Emacs
 21 is outdated).
 You can get the latest released version of Gnus from
diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi
index 5421e64..19bbe01 100644
--- a/texi/gnus-news.texi
+++ b/texi/gnus-news.texi
@@ -44,7 +44,7 @@ for more information about nntp marks.  Note that downgrading isn't
 safe in general.
 
 @item Incompatibility when switching from Emacs 23 to Emacs 22 
-In Emacs 23, Gnus uses Emacs' new internal coding system @code{utf-8-emacs}
+In Emacs 23, Gnus uses Emacs's new internal coding system @code{utf-8-emacs}
 for saving articles drafts and @file{~/.newsrc.eld}.  These files may not
 be read correctly in Emacs 22 and below.  If you want to use Gnus across
 different Emacs versions, you may set @code{mm-auto-save-coding-system}
@@ -333,7 +333,7 @@ in the group buffer, see the variable @code{gnus-group-update-tool-bar}.
 Its default value depends on your Emacs version.
 @c FIXME: Document this in the manual
 
-@item You can change the location of XEmacs' toolbars in Gnus buffers.
+@item You can change the location of XEmacs's toolbars in Gnus buffers.
 See @code{gnus-use-toolbar} and @code{message-use-toolbar}.
 
 @end itemize
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 9194753..2520e63 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -16610,7 +16610,7 @@ was used for mail landing on the system, but Babyl had its own internal
 format to which mail was converted, primarily involving creating a
 spool-file-like entity with a scheme for inserting Babyl-specific
 headers and status bits above the top of each message in the file.
-Rmail was Emacs' first mail reader, it was written by Richard Stallman,
+Rmail was Emacs's first mail reader, it was written by Richard Stallman,
 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
 to understand the mail files folks already had in existence.  Gnus (and
 VM, for that matter) continue to support this format because it's
@@ -20942,7 +20942,7 @@ and `gnus-score-decay-scale'."
                            (* (abs score)
                               gnus-score-decay-scale)))))))
     (if (and (featurep 'xemacs)
-             ;; XEmacs' floor can handle only the floating point
+             ;; XEmacs's floor can handle only the floating point
              ;; number below the half of the maximum integer.
              (> (abs n) (lsh -1 -2)))
         (string-to-number

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog      |    5 +++++
 lisp/gmm-utils.el   |    6 +++---
 lisp/gnus-agent.el  |    4 ++--
 lisp/gnus-score.el  |    2 +-
 lisp/mm-decode.el   |    4 ++--
 texi/ChangeLog      |    5 +++++
 texi/gnus-faq.texi  |    2 +-
 texi/gnus-news.texi |    4 ++--
 texi/gnus.texi      |    4 ++--
 9 files changed, 23 insertions(+), 13 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.