changeset 73490:aedc3ce99a17

(x-handle-name-switch): Doc fix. (w32-standard-fontset-spec): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 25 Oct 2006 15:38:22 +0000
parents 3a8771367801
children 2961cf729d33
files lisp/term/w32-win.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Wed Oct 25 10:12:20 2006 +0000
+++ b/lisp/term/w32-win.el	Wed Oct 25 15:38:22 2006 +0000
@@ -208,7 +208,7 @@
     (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 @@
 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)