summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-04-27 06:52:35 +0000
committerJuri Linkov <juri@jurta.org>2004-04-27 06:52:35 +0000
commiteb9828986dd7743b4540697b5755b12da5b291ad (patch)
tree68f1c79f4f7b12a87fd87a612f66ba42b91e8826 /lisp/desktop.el
parentffe2923b642bd9f53adf94b5fb44387cda33bb50 (diff)
downloademacs-eb9828986dd7743b4540697b5755b12da5b291ad.tar.gz
Fix comment.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r--lisp/desktop.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index e9b130388a2..ce9d0c9d645 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -810,8 +810,8 @@ directory DIRNAME."
nil)))
;; ----------------------------------------------------------------------------
-;; Create a buffer, load its file, set is mode, ...; called from Desktop file
-;; only.
+;; Create a buffer, load its file, set its mode, ...;
+;; called from Desktop file only.
(eval-when-compile ; Just to silence the byte compiler
(defvar desktop-first-buffer) ;; Dynamically bound in `desktop-read'