diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-28 00:17:21 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-28 00:17:21 -0800 |
commit | 44e97401cda5b464505ac798ae7f71dce0d2a06e (patch) | |
tree | 4d24550756a7e70b8bf593edd241ed0988d60c07 /lisp/calendar | |
parent | a34baa83cc0a770f9a5d845174281122dda91656 (diff) | |
download | emacs-44e97401cda5b464505ac798ae7f71dce0d2a06e.tar.gz |
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/calendar')
-rw-r--r-- | lisp/calendar/timeclock.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 9b766e17d5c..7f9b46dfd82 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -1,6 +1,6 @@ ;;; timeclock.el --- mode for keeping track of how much you work -;; Copyright (C) 1999-2012 Free Software Foundation, Inc. +;; Copyright (C) 1999-2012 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 25 Mar 1999 @@ -150,7 +150,7 @@ This variable only has effect if set with \\[customize]." (defcustom timeclock-use-display-time t "If non-nil, use `display-time-hook' for doing modeline updates. The advantage of this is that one less timer has to be set running -amok in Emacs' process space. The disadvantage is that it requires +amok in Emacs's process space. The disadvantage is that it requires you to have `display-time' running. If you don't want to use `display-time', but still want the modeline to show how much time is left, set this variable to nil. Changing the value of this variable |