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 | |||
| 182 | ;; Let's say that Emacs' frame parameters were never designed as a tool to | 182 | ;; Let's say that Emacs' frame parameters were never designed as a tool to |
| 183 | ;; precisely record (or restore) a frame's state. They grew organically, | 183 | ;; precisely record (or restore) a frame's state. They grew organically, |
| 184 | ;; and their uses and behaviors reflect their history. In using them to | 184 | ;; and their uses and behaviors reflect their history. In using them to |
| 185 | ;; implement framesets, the unwary implementor, or the prospective package | 185 | ;; implement framesets, the unwary implementer, or the prospective package |
| 186 | ;; writer willing to use framesets in their code, might fall victim of some | 186 | ;; writer willing to use framesets in their code, might fall victim of some |
| 187 | ;; unexpected... oddities. | 187 | ;; unexpected... oddities. |
| 188 | ;; | 188 | ;; |