diff options
Diffstat (limited to 'lisp/term')
-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." (setq x-invocation-args (cdr x-invocation-args)))) (defun x-handle-name-switch (switch) - "Handle a \"-name\" SWITCH." + "Handle the \"-name\" SWITCH." ;; Handle the -name option. Set the variable x-resource-name ;; to the option's operand; set the name of the initial frame, too. (or (consp x-invocation-args) @@ -1091,7 +1091,7 @@ This defines a fontset consisting of the Courier New variations for European languages which are distributed with Windows as \"Multilanguage Support\". -See the documentation of `create-fontset-from-fontset-spec for the format.") +See the documentation of `create-fontset-from-fontset-spec' for the format.") ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles (if (fboundp 'new-fontset) |