diff options
| author | Juanma Barranquero | 2006-10-25 15:38:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-10-25 15:38:22 +0000 |
| commit | 885a56fe64ce999462362adef618e2e3d5c93762 (patch) | |
| tree | ed711e1e3c4f52fc8180691123d1fea1fd9a600d | |
| parent | f656bdd212d9c2296fa9d08bb4a7b1c60665dccf (diff) | |
| download | emacs-885a56fe64ce999462362adef618e2e3d5c93762.tar.gz emacs-885a56fe64ce999462362adef618e2e3d5c93762.zip | |
(x-handle-name-switch): Doc fix.
(w32-standard-fontset-spec): Fix typo in docstring.
| -rw-r--r-- | lisp/term/w32-win.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 31a794eeaa1..7aaa59d40ec 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -208,7 +208,7 @@ the last file dropped is selected." | |||
| 208 | (setq x-invocation-args (cdr x-invocation-args)))) | 208 | (setq x-invocation-args (cdr x-invocation-args)))) |
| 209 | 209 | ||
| 210 | (defun x-handle-name-switch (switch) | 210 | (defun x-handle-name-switch (switch) |
| 211 | "Handle a \"-name\" SWITCH." | 211 | "Handle the \"-name\" SWITCH." |
| 212 | ;; Handle the -name option. Set the variable x-resource-name | 212 | ;; Handle the -name option. Set the variable x-resource-name |
| 213 | ;; to the option's operand; set the name of the initial frame, too. | 213 | ;; to the option's operand; set the name of the initial frame, too. |
| 214 | (or (consp x-invocation-args) | 214 | (or (consp x-invocation-args) |
| @@ -1091,7 +1091,7 @@ This defines a fontset consisting of the Courier New variations for | |||
| 1091 | European languages which are distributed with Windows as | 1091 | European languages which are distributed with Windows as |
| 1092 | \"Multilanguage Support\". | 1092 | \"Multilanguage Support\". |
| 1093 | 1093 | ||
| 1094 | See the documentation of `create-fontset-from-fontset-spec for the format.") | 1094 | See the documentation of `create-fontset-from-fontset-spec' for the format.") |
| 1095 | 1095 | ||
| 1096 | ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles | 1096 | ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles |
| 1097 | (if (fboundp 'new-fontset) | 1097 | (if (fboundp 'new-fontset) |