summaryrefslogtreecommitdiff
path: root/lisp/rcompile.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-12 02:42:58 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-12 02:42:58 +0000
commit7a8f27dbe6b3bbc0cde23a04b81ce9347fb9dfaa (patch)
tree110b7a3f0e366f9064069bd3a901d2fc81544fff /lisp/rcompile.el
parent5d137be3bda08ac9851785309f59455c314b2493 (diff)
downloademacs-7a8f27dbe6b3bbc0cde23a04b81ce9347fb9dfaa.tar.gz
Comment change.
Diffstat (limited to 'lisp/rcompile.el')
-rw-r--r--lisp/rcompile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/rcompile.el b/lisp/rcompile.el
index c8aef3fba21..c2d5b3f62de 100644
--- a/lisp/rcompile.el
+++ b/lisp/rcompile.el
@@ -34,7 +34,7 @@
;; by the calling ange-ftp-ftp-name on the current directory. In this case the
;; next-error command will also ange-ftp the files over. This is achieved
;; automatically because the compilation-parse-errors function uses
-;; default-directory to build it's file names. If however the file visited was
+;; default-directory to build its file names. If however the file visited was
;; loaded locally, remote-compile prompts for a host and user and assumes the
;; files mounted locally (otherwise, how was the visited file loaded).