diff options
Diffstat (limited to 'lisp/frameset.el')
-rw-r--r-- | lisp/frameset.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frameset.el b/lisp/frameset.el index 7cdab7e3fcc..53ab0a5f081 100644 --- a/lisp/frameset.el +++ b/lisp/frameset.el @@ -182,7 +182,7 @@ Properties can be set with ;; Let's say that Emacs' frame parameters were never designed as a tool to ;; precisely record (or restore) a frame's state. They grew organically, ;; and their uses and behaviors reflect their history. In using them to -;; implement framesets, the unwary implementor, or the prospective package +;; implement framesets, the unwary implementer, or the prospective package ;; writer willing to use framesets in their code, might fall victim of some ;; unexpected... oddities. ;; |