diff options
| author | Glenn Morris | 2012-02-28 00:17:21 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-28 00:17:21 -0800 |
| commit | 44e97401cda5b464505ac798ae7f71dce0d2a06e (patch) | |
| tree | 4d24550756a7e70b8bf593edd241ed0988d60c07 /lisp/net | |
| parent | a34baa83cc0a770f9a5d845174281122dda91656 (diff) | |
| download | emacs-44e97401cda5b464505ac798ae7f71dce0d2a06e.tar.gz emacs-44e97401cda5b464505ac798ae7f71dce0d2a06e.zip | |
Standardize possessive apostrophe usage in manuals, docs, and comments
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/browse-url.el | 4 | ||||
| -rw-r--r-- | lisp/net/eudc.el | 4 | ||||
| -rw-r--r-- | lisp/net/secrets.el | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 50423208e34..0bfc8eda3b1 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; browse-url.el --- pass a URL to a WWW browser | 1 | ;;; browse-url.el --- pass a URL to a WWW browser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> | 5 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| @@ -297,7 +297,7 @@ Defaults to the value of `browse-url-netscape-arguments' at the time | |||
| 297 | :group 'browse-url) | 297 | :group 'browse-url) |
| 298 | 298 | ||
| 299 | (defcustom browse-url-browser-display nil | 299 | (defcustom browse-url-browser-display nil |
| 300 | "The X display for running the browser, if not same as Emacs'." | 300 | "The X display for running the browser, if not same as Emacs's." |
| 301 | :type '(choice string (const :tag "Default" nil)) | 301 | :type '(choice string (const :tag "Default" nil)) |
| 302 | :group 'browse-url) | 302 | :group 'browse-url) |
| 303 | 303 | ||
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el index 275f5f0fcbe..3f24a78cbbe 100644 --- a/lisp/net/eudc.el +++ b/lisp/net/eudc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eudc.el --- Emacs Unified Directory Client | 1 | ;;; eudc.el --- Emacs Unified Directory Client |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 5 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 6 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 6 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
| @@ -133,7 +133,7 @@ | |||
| 133 | (setq plist (cdr (cdr plist)))) | 133 | (setq plist (cdr (cdr plist)))) |
| 134 | nil)) | 134 | nil)) |
| 135 | 135 | ||
| 136 | ;; Emacs' plist-get lacks third parameter | 136 | ;; Emacs's plist-get lacks third parameter |
| 137 | (defun eudc-plist-get (plist prop &optional default) | 137 | (defun eudc-plist-get (plist prop &optional default) |
| 138 | "Extract a value from a property list. | 138 | "Extract a value from a property list. |
| 139 | PLIST is a property list, which is a list of the form | 139 | PLIST is a property list, which is a list of the form |
diff --git a/lisp/net/secrets.el b/lisp/net/secrets.el index 46f45c501d2..a79defed295 100644 --- a/lisp/net/secrets.el +++ b/lisp/net/secrets.el | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | ;; (secrets-create-collection "my collection") | 78 | ;; (secrets-create-collection "my collection") |
| 79 | 79 | ||
| 80 | ;; There exists a special collection called "session", which has the | 80 | ;; There exists a special collection called "session", which has the |
| 81 | ;; lifetime of the corresponding client session (aka Emacs' | 81 | ;; lifetime of the corresponding client session (aka Emacs's |
| 82 | ;; lifetime). It is created automatically when Emacs uses the Secret | 82 | ;; lifetime). It is created automatically when Emacs uses the Secret |
| 83 | ;; Service interface, and it is deleted when Emacs is killed. | 83 | ;; Service interface, and it is deleted when Emacs is killed. |
| 84 | ;; Therefore, it can be used to store and retrieve secret items | 84 | ;; Therefore, it can be used to store and retrieve secret items |
| @@ -99,7 +99,7 @@ | |||
| 99 | 99 | ||
| 100 | ;; Secret items can be added or deleted to a collection. In the | 100 | ;; Secret items can be added or deleted to a collection. In the |
| 101 | ;; following examples, we use the special collection "session", which | 101 | ;; following examples, we use the special collection "session", which |
| 102 | ;; is bound to Emacs' lifetime. | 102 | ;; is bound to Emacs's lifetime. |
| 103 | ;; | 103 | ;; |
| 104 | ;; (secrets-delete-item "session" "my item") | 104 | ;; (secrets-delete-item "session" "my item") |
| 105 | ;; (secrets-create-item "session" "my item" "geheim" | 105 | ;; (secrets-create-item "session" "my item" "geheim" |