mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Fix typos.
This commit is contained in:
parent
b64548c785
commit
85557d7ef7
1 changed files with 10 additions and 10 deletions
|
|
@ -43,7 +43,7 @@ a minibuffer frame on your own, one is created according to
|
|||
|
||||
You can specify geometry-related options for just the initial frame
|
||||
by setting this variable in your `.emacs' file; however, they won't
|
||||
take affect until Emacs reads `.emacs', which happens after first creating
|
||||
take effect until Emacs reads `.emacs', which happens after first creating
|
||||
the frame. If you want the frame to have the proper geometry as soon
|
||||
as it appears, you need to use this three-step process:
|
||||
* Specify X resources to give the geometry you want.
|
||||
|
|
@ -85,7 +85,7 @@ These supersede the values given in `default-frame-alist'.")
|
|||
;; Return the window chosen.
|
||||
;; Currently we do not insist on selecting the window within its frame.
|
||||
;; If ARGS is an alist, use it as a list of frame parameter specs.
|
||||
;; If ARGS is a list whose car is a symbol.
|
||||
;; If ARGS is a list whose car is a symbol,
|
||||
;; use (car ARGS) as a function to do the work.
|
||||
;; Pass it BUFFER as first arg, and (cdr ARGS) gives the rest of the args.
|
||||
(defun special-display-popup-frame (buffer &optional args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue