From 885a56fe64ce999462362adef618e2e3d5c93762 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 25 Oct 2006 15:38:22 +0000 Subject: [PATCH] (x-handle-name-switch): Doc fix. (w32-standard-fontset-spec): Fix typo in docstring. --- lisp/term/w32-win.el | 4 ++-- 1 file 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) -- 2.39.2