]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-handle-name-switch): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 25 Oct 2006 15:38:22 +0000 (15:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 25 Oct 2006 15:38:22 +0000 (15:38 +0000)
(w32-standard-fontset-spec): Fix typo in docstring.

lisp/term/w32-win.el

index 31a794eeaa12cbb3d6e4becd302125049a34a2d2..7aaa59d40ec3087375def6bc8da12f0172ba1852 100644 (file)
@@ -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)