emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Sat, 18 Mar 2006 12:57:12 +0000

Index: emacs/lisp/term/w32-win.el
diff -u emacs/lisp/term/w32-win.el:1.74 emacs/lisp/term/w32-win.el:1.75
--- emacs/lisp/term/w32-win.el:1.74     Mon Jan 23 15:28:24 2006
+++ emacs/lisp/term/w32-win.el  Sat Mar 18 12:57:11 2006
@@ -1198,11 +1198,15 @@
 (set-fontset-font nil (make-char 'japanese-jisx0208-1978) '("*" . 
"JISX0208-SJIS"))
 
 (defun mouse-set-font (&rest fonts)
-  "Select a font.
+  "Select an Emacs font from a list of known good fonts and fontsets.
+
 If `w32-use-w32-font-dialog' is non-nil (the default), use the Windows
-font dialog to get the matching FONTS. Otherwise use a pop-up menu
-\(like Emacs on other platforms) initialized with the fonts in
-`w32-fixed-font-alist'."
+font dialog to display the list of possible fonts. Otherwise use a
+pop-up menu (like Emacs does on other platforms) initialized with
+the fonts in `w32-fixed-font-alist'.
+If `w32-list-proportional-fonts' is non-nil, add proportional fonts
+to the list in the font selection dialog (the fonts listed by the
+pop-up menu are unaffected by `w32-list-proportional-fonts')."
   (interactive
    (if w32-use-w32-font-dialog
        (let ((chosen-font (w32-select-font (selected-frame)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]