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/shell.el | |
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/shell.el')
-rw-r--r-- | lisp/shell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 1ed43863452..7c5ce49a967 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -1,6 +1,6 @@ ;;; shell.el --- specialized comint.el for running the shell -*- lexical-binding: t -*- -;; Copyright (C) 1988, 1993-1997, 2000-2012 Free Software Foundation, Inc. +;; Copyright (C) 1988, 1993-1997, 2000-2012 Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu> ;; Simon Marshall <simon@gnu.org> @@ -471,7 +471,7 @@ to continue it. keep this buffer's default directory the same as the shell's working directory. While directory tracking is enabled, the shell's working directory is displayed by \\[list-buffers] or \\[mouse-buffer-menu] in the `File' field. -\\[dirs] queries the shell and resyncs Emacs' idea of what the current +\\[dirs] queries the shell and resyncs Emacs's idea of what the current directory stack is. \\[shell-dirtrack-mode] turns directory tracking on and off. \(The `dirtrack' package provides an alternative implementation of this |