From: Glenn Morris Date: Tue, 28 Feb 2012 10:25:55 +0000 (+0000) Subject: Standardize possessive apostrophe usage in manuals, docs, and comments X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=5130a35c7d9c2ffdd269844cda9bf3fa0f1919ae;ds=sidebyside 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 fec9e3f84..8034cbc09 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-02-28 Glenn Morris + + * gmm-utils.el, gnus-agent.el, gnus-score.el, mm-decode.el: + Standardize possessive apostrophe usage. + 2012-02-25 Lars Magne Ingebrigtsen * shr.el (shr-column-specs): Protect against TDs with "width: 0%". diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index 347f34b32..975b83370 100644 --- a/lisp/gmm-utils.el +++ b/lisp/gmm-utils.el @@ -1,6 +1,6 @@ ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML -;; Copyright (C) 2006-2012 Free Software Foundation, Inc. +;; Copyright (C) 2006-2012 Free Software Foundation, Inc. ;; Author: Reiner Steib ;; Keywords: news @@ -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 284a37838..4e4f6cb15 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -1,6 +1,6 @@ ;;; gnus-agent.el --- unplugged support for Gnus -;; Copyright (C) 1997-2012 Free Software Foundation, Inc. +;; Copyright (C) 1997-2012 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; This file is part of GNU Emacs. @@ -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 8f06359ac..f86b6f837 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 1278d118c..891843424 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -1,6 +1,6 @@ ;;; mm-decode.el --- Functions for decoding MIME things -;; Copyright (C) 1998-2012 Free Software Foundation, Inc. +;; Copyright (C) 1998-2012 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; MORIOKA Tomohiko @@ -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 c0f7e1fd2..df08f5a8b 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2012-02-28 Glenn Morris + + * gnus-faq.texi, gnus-news.texi, gnus.texi: + Standardize possessive apostrophe usage. + 2012-02-17 Glenn Morris * gnus.texi (Posting Styles): Fix cross-refs to other manual. diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi index ae6373e9a..9d075a8ef 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 5421e6462..19bbe0166 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 9194753dd..2520e638a 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