diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:37:49 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:37:49 +0000 |
commit | 6503c7eb0c08963d1842ecbae540e40fc408f6f1 (patch) | |
tree | cd6c8a8b7a750d279e7e76a0217cff95231cf322 /lisp/modules/progmodes/man.lsp | |
parent | 2f503c70ee5b61907382502e36c7433922fca0ee (diff) |
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214XORG-RELEASE-1-BASEXEVIE-MERGE
Diffstat (limited to 'lisp/modules/progmodes/man.lsp')
-rw-r--r-- | lisp/modules/progmodes/man.lsp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/modules/progmodes/man.lsp b/lisp/modules/progmodes/man.lsp index 77a59a8..7f64653 100644 --- a/lisp/modules/progmodes/man.lsp +++ b/lisp/modules/progmodes/man.lsp @@ -27,7 +27,7 @@ ;; Author: Paulo César Pereira de Andrade ;; ;; -;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/man.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $ +;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/man.lsp,v 1.3 2004/01/08 21:29:12 paulo Exp $ ;; (require "syntax") @@ -35,19 +35,19 @@ (defsynprop *prop-man-b* "b" - :font "*courier-bold-r*12*" + :font "*courier-bold-r*-12-*" :foreground "gray12" ) (defsynprop *prop-man-i* "i" - :font "*courier-medium-o*12*" + :font "*courier-medium-o*-12-*" :foreground "black" ) (defsynprop *prop-man-bi* "bi" - :font "*courier-bold-o*12*" + :font "*courier-bold-o*-12-*" :foreground "gray20" ) @@ -71,13 +71,13 @@ (defsynprop *prop-man-escape* "escape" - :font "*lucidatypewriter-medium-r*12*" + :font "*lucidatypewriter-medium-r*-12-*" :foreground "RoyalBlue4" ) (defsynprop *prop-man-string* "string" - :font "*lucidatypewriter-bold-r*12*" + :font "*lucidatypewriter-bold-r*-12-*" :foreground "RoyalBlue3" ; :underline t ) |