diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-15 02:24:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-15 02:24:58 +0000 |
commit | f98955eaaa3d2c459b373a7b4c5d1176a18687d9 (patch) | |
tree | 23dc25a018ca240872c713d715420f96d3315e7d /lisp/electric.el | |
parent | dc6d96816db5f4f7b484e5e394501e5724c2d02f (diff) | |
download | emacs-f98955eaaa3d2c459b373a7b4c5d1176a18687d9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index 775c7b246f0..b42eb47ed0e 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -144,7 +144,7 @@ ;; Switch to buffer in the current window. ;; ;; Then if max-height is nil, and not all of the lines in the buffer -;; are displayed, grab the whole screen. +;; are displayed, grab the whole frame. ;; ;; Returns selected window on buffer positioned at point-min. |