aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/w32-vars.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 595a00da840..03ecf5355b1 100644
--- a/lisp/w32-vars.el
+++ b/lisp/w32-vars.el
@@ -53,7 +53,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
53 53
54(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com" 54(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com"
55 "4nt" "4nt.exe" "4dos" "4dos.exe" 55 "4nt" "4nt.exe" "4dos" "4dos.exe"
56 "ndos" "ndos.exe") 56 "tcc" "tcc.exe" "ndos" "ndos.exe")
57 "*List of strings recognized as Windows NT/9X system shells." 57 "*List of strings recognized as Windows NT/9X system shells."
58 :type '(repeat string) 58 :type '(repeat string)
59 :group 'w32) 59 :group 'w32)
@@ -134,7 +134,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
134 )) 134 ))
135 "*Fonts suitable for use in Emacs. 135 "*Fonts suitable for use in Emacs.
136Initially this is a list of some fixed width fonts that most people 136Initially this is a list of some fixed width fonts that most people
137will have like Terminal and Courier. These fonts are used in the font 137will have like Terminal and Courier. These fonts are used in the font
138menu if the variable `w32-use-w32-font-dialog' is nil." 138menu if the variable `w32-use-w32-font-dialog' is nil."
139 :type '(list 139 :type '(list
140 (string :tag "Menu Title") 140 (string :tag "Menu Title")