From: Eli Zaretskii Date: Wed, 4 May 2022 09:06:10 +0000 (+0300) Subject: ; * lisp/frameset.el: Fix a typo in a comment. X-Git-Tag: emacs-29.0.90~1931^2~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8357cd50e463354fd62db8225311d0c49617623;p=emacs.git ; * lisp/frameset.el: Fix a typo in a comment. --- diff --git a/lisp/frameset.el b/lisp/frameset.el index 23847a74a32..a589f7b5d96 100644 --- a/lisp/frameset.el +++ b/lisp/frameset.el @@ -1312,7 +1312,7 @@ All keyword parameters default to nil." ;; Apply small offsets to each frame that came from ;; a TTY-saved desktop, so that they don't obscure ;; each other, but only if we don't have real frame - ;; position infor from a GUI session in some, + ;; position info from a GUI session in some, ;; possibly distant, past. (when (and (frameset-switch-to-gui-p frame-cfg) (null (cdr (assq 'GUI:top frame-cfg)))